Skip to content

Commit

Permalink
Move chipyard stage to separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Apr 22, 2024
1 parent a747b5d commit 9f022c3
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ lazy val chipyard = (project in file("generators/chipyard"))
"org.reflections" % "reflections" % "0.10.2"
)
)
.settings(commonSettings)
.settings(commonSettings)
.settings(Compile / unmanagedSourceDirectories += file("tools/stage-chisel3/src/main/scala"))

lazy val barf = (project in file("generators/bar-fetchers"))
.dependsOn(rocketchip)
Expand Down

0 comments on commit 9f022c3

Please sign in to comment.