Update reference in build.sbt.patch from

`rocket-dsptools` to `rocket-dsp-utils`
This commit is contained in:
chick
2021-06-09 11:15:46 -07:00
parent 6677616e12
commit 9e1bf57466

View File

@@ -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"))