Update tutorial patch

This commit is contained in:
abejgonzalez
2023-11-06 13:16:13 -08:00
parent f82e29065b
commit 2221e9cc64

View File

@@ -1,8 +1,8 @@
diff --git a/build.sbt b/build.sbt diff --git a/build.sbt b/build.sbt
index 302d99e6..0aa0fcb4 100644 index c3be6161..2a6d7160 100644
--- a/build.sbt --- a/build.sbt
+++ b/build.sbt +++ b/build.sbt
@@ -148,7 +148,7 @@ lazy val testchipip = (project in file("generators/testchipip")) @@ -147,7 +147,7 @@ lazy val testchipip = (project in file("generators/testchipip"))
lazy val chipyard = (project in file("generators/chipyard")) lazy val chipyard = (project in file("generators/chipyard"))
.dependsOn(testchipip, rocketchip, boom, hwacha, sifive_blocks, sifive_cache, iocell, .dependsOn(testchipip, rocketchip, boom, hwacha, sifive_blocks, sifive_cache, iocell,
@@ -10,8 +10,8 @@ index 302d99e6..0aa0fcb4 100644
+ //sha3, // On separate line to allow for cleaner tutorial-setup patches + //sha3, // On separate line to allow for cleaner tutorial-setup patches
dsptools, rocket_dsp_utils, dsptools, rocket_dsp_utils,
gemmini, icenet, tracegen, cva6, nvdla, sodor, ibex, fft_generator, gemmini, icenet, tracegen, cva6, nvdla, sodor, ibex, fft_generator,
constellation, mempress, barf, shuttle) constellation, mempress, barf, shuttle, caliptra_aes)
@@ -220,10 +220,10 @@ lazy val sodor = (project in file("generators/riscv-sodor")) @@ -219,10 +219,10 @@ lazy val sodor = (project in file("generators/riscv-sodor"))
.settings(libraryDependencies ++= rocketLibDeps.value) .settings(libraryDependencies ++= rocketLibDeps.value)
.settings(commonSettings) .settings(commonSettings)