Remove sha3 due to no chisel6 compatibility

This commit is contained in:
Jerry Zhao
2024-04-19 12:57:19 -07:00
parent 838cd9a69f
commit c8c176b215
16 changed files with 3 additions and 246 deletions

View File

@@ -60,7 +60,7 @@ should look something like this:
lazy val chipyard = (project in file("generators/chipyard"))
.dependsOn(testchipip, rocketchip, boom, rocketchip_blocks, rocketchip_inclusive_cache,
sha3, dsptools, `rocket-dsp-utils`,
dsptools, `rocket-dsp-utils`,
gemmini, icenet, tracegen, cva6, nvdla, sodor, ibex, fft_generator,
yourproject, // <- added to the middle of the list for simplicity
constellation, mempress)