Integrate Mempress memory tester (#1253)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
diff --git a/build.sbt b/build.sbt
|
||||
index bbbb8251..b7adcb73 100644
|
||||
index ec36a85f..c0c2849a 100644
|
||||
--- a/build.sbt
|
||||
+++ b/build.sbt
|
||||
@@ -143,8 +143,8 @@ lazy val testchipip = (project in file("generators/testchipip"))
|
||||
@@ -146,7 +146,7 @@ lazy val testchipip = (project in file("generators/testchipip"))
|
||||
|
||||
lazy val chipyard = (project in file("generators/chipyard"))
|
||||
.dependsOn(testchipip, rocketchip, boom, hwacha, sifive_blocks, sifive_cache, iocell,
|
||||
@@ -10,9 +10,8 @@ index bbbb8251..b7adcb73 100644
|
||||
+// sha3, // On separate line to allow for cleaner tutorial-setup patches
|
||||
dsptools, `rocket-dsp-utils`,
|
||||
gemmini, icenet, tracegen, cva6, nvdla, sodor, ibex, fft_generator,
|
||||
constellation)
|
||||
.settings(libraryDependencies ++= rocketLibDeps.value)
|
||||
@@ -189,11 +189,11 @@ lazy val sodor = (project in file("generators/riscv-sodor"))
|
||||
constellation, mempress)
|
||||
@@ -204,11 +204,11 @@ lazy val sodor = (project in file("generators/riscv-sodor"))
|
||||
.settings(libraryDependencies ++= rocketLibDeps.value)
|
||||
.settings(commonSettings)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user