Add CI tests for constellation
This commit is contained in:
@@ -2,14 +2,15 @@ diff --git a/build.sbt b/build.sbt
|
||||
index bbbb8251..b7adcb73 100644
|
||||
--- a/build.sbt
|
||||
+++ b/build.sbt
|
||||
@@ -143,7 +143,7 @@ lazy val testchipip = (project in file("generators/testchipip"))
|
||||
@@ -143,8 +143,8 @@ 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`,
|
||||
gemmini, icenet, tracegen, cva6, nvdla, sodor, ibex, fft_generator)
|
||||
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"))
|
||||
.settings(libraryDependencies ++= rocketLibDeps.value)
|
||||
|
||||
Reference in New Issue
Block a user