Skip to content

Commit

Permalink
Update reference in build.sbt.patch from
Browse files Browse the repository at this point in the history
`rocket-dsptools` to `rocket-dsp-utils`
  • Loading branch information
chick committed Jun 9, 2021
1 parent 6677616 commit 9e1bf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tutorial-patches/build.sbt.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ index 3123c4b8..487fc428 100644
.dependsOn(rocketchip, boom, hwacha, sifive_blocks, sifive_cache, iocell,
- sha3, // On separate line to allow for cleaner tutorial-setup patches
+// sha3, // On separate line to allow for cleaner tutorial-setup patches
dsptools, `rocket-dsptools`,
dsptools, `rocket-dsp-utils`,
gemmini, icenet, tracegen, cva6, nvdla, sodor)
.settings(libraryDependencies ++= rocketLibDeps.value)
@@ -223,11 +223,11 @@ lazy val sodor = (project in file("generators/riscv-sodor"))
Expand Down

0 comments on commit 9e1bf57

Please sign in to comment.