Skip to content

Commit

Permalink
Bump repos
Browse files Browse the repository at this point in the history
Bump repos

Bump repos
  • Loading branch information
jerryz123 committed Jul 30, 2024
1 parent 70fda0a commit c7aa223
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ lazy val chipyard = (project in file("generators/chipyard"))
dsptools, rocket_dsp_utils,
gemmini, icenet, tracegen, cva6, nvdla, sodor, ibex, fft_generator,
constellation, mempress, barf, shuttle, caliptra_aes, rerocc,
compressacc)
compressacc, saturn)
.settings(libraryDependencies ++= rocketLibDeps.value)
.settings(
libraryDependencies ++= Seq(
Expand All @@ -201,6 +201,11 @@ lazy val barf = (project in file("generators/bar-fetchers"))
.settings(libraryDependencies ++= rocketLibDeps.value)
.settings(commonSettings)

lazy val saturn = (project in file("generators/saturn"))
.dependsOn(rocketchip, shuttle)
.settings(libraryDependencies ++= rocketLibDeps.value)
.settings(commonSettings)

lazy val constellation = (project in file("generators/constellation"))
.dependsOn(rocketchip)
.settings(libraryDependencies ++= rocketLibDeps.value)
Expand Down
2 changes: 1 addition & 1 deletion generators/rocket-chip
2 changes: 1 addition & 1 deletion generators/shuttle

0 comments on commit c7aa223

Please sign in to comment.