Skip to content

Commit

Permalink
Bump repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jul 24, 2024
1 parent 8ea7dfb commit 1885834
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,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 @@ -199,6 +199,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/saturn
Submodule saturn updated 1 files
+3 −3 README.md

0 comments on commit 1885834

Please sign in to comment.