Bump to latest rocket-chip

This commit is contained in:
Jerry Zhao
2023-08-16 14:30:33 -07:00
parent ed96a11a26
commit 5495d05aa0
44 changed files with 462 additions and 76 deletions

View File

@@ -102,11 +102,14 @@ cd "$RDIR"
toolchains/libgloss \
generators/sha3 \
generators/gemmini \
generators/rocket-chip \
sims/firesim \
software/nvdla-workload \
software/coremark \
software/firemarshal \
software/spec2017 \
tools/dsptools \
tools/rocket-dsp-utils \
vlsi/hammer-mentor-plugins
do
"$1" "${name%/}"
@@ -132,10 +135,19 @@ cd "$RDIR"
git submodule update --init generators/gemmini
git -C generators/gemmini/ submodule update --init --recursive software/gemmini-rocc-tests
# Non-recursive clone
git submodule update --init generators/rocket-chip
# Minimal non-recursive clone to initialize sbt dependencies
git submodule update --init sims/firesim
git config --local submodule.sims/firesim.update none
# Non-recursive clone
git submodule update --init tools/rocket-dsp-utils
# Non-recursive clone
git submodule update --init tools/dsptools
# Only shallow clone needed for basic SW tests
git submodule update --init software/firemarshal
)

BIN
scripts/sbt-launch.jar Normal file

Binary file not shown.

View File

@@ -1,17 +1,17 @@
diff --git a/build.sbt b/build.sbt
index c6c2be85..58851f7f 100644
index 302d99e6..0aa0fcb4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -146,7 +146,7 @@ lazy val testchipip = (project in file("generators/testchipip"))
@@ -148,7 +148,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,
- 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,
constellation, mempress, barf, shuttle)
@@ -218,10 +218,10 @@ lazy val sodor = (project in file("generators/riscv-sodor"))
@@ -220,10 +220,10 @@ lazy val sodor = (project in file("generators/riscv-sodor"))
.settings(libraryDependencies ++= rocketLibDeps.value)
.settings(commonSettings)