Skip to content

Commit

Permalink
re-add org & prjName
Browse files Browse the repository at this point in the history
  • Loading branch information
numero-744 committed Nov 23, 2022
1 parent 8cac348 commit c945e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ThisBuild / version := "1.0"
ThisBuild / scalaVersion := "2.12.16"
ThisBuild / organization := "org.example"

val spinalVersion = "1.7.3"
val spinalCore = "com.github.spinalhdl" %% "spinalhdl-core" % spinalVersion
Expand All @@ -8,6 +9,7 @@ val spinalIdslPlugin = compilerPlugin("com.github.spinalhdl" %% "spinalhdl-idsl-

lazy val root = (project in file("."))
.settings(
name := "projectname",
Compile / scalaSource := baseDirectory.value / "hw" / "spinal",
libraryDependencies ++= Seq(spinalCore, spinalLib, spinalIdslPlugin)
)
Expand Down

0 comments on commit c945e59

Please sign in to comment.