Skip to content

Commit

Permalink
Merge pull request #1981 from ucb-bar/rerocc_bump
Browse files Browse the repository at this point in the history
Update rerocc to support rerocc MMIO ctrl
  • Loading branch information
jerryz123 authored Aug 13, 2024
2 parents 7a2a82a + 2106505 commit c94e550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ lazy val caliptra_aes = (project in file("generators/caliptra-aes-acc"))
.settings(commonSettings)

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

Expand Down

0 comments on commit c94e550

Please sign in to comment.