-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to scala 2.13.10/chisel 3.5.5/latest rocketchip
- Loading branch information
Showing
33 changed files
with
86 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fpga-shells
updated
17 files
Submodule boom
updated
16 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule constellation
updated
18 files
Submodule fft-generator
updated
2 files
+1 −1 | src/main/scala/FFTConfig.scala | |
+1 −1 | src/main/scala/Tail.scala |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gemmini
updated
30 files
Submodule hwacha
updated
14 files
+1 −1 | build.sbt | |
+7 −4 | src/main/scala/TopLevelConfigs.scala | |
+4 −4 | src/main/scala/dcc-mem.scala | |
+3 −3 | src/main/scala/expander.scala | |
+5 −3 | src/main/scala/hwacha.scala | |
+1 −1 | src/main/scala/lane.scala | |
+231 −232 | src/main/scala/scalar-decode.scala | |
+17 −16 | src/main/scala/scalar-fpu.scala | |
+12 −13 | src/main/scala/scalar-unit.scala | |
+8 −8 | src/main/scala/sequencer-lane.scala | |
+4 −4 | src/main/scala/vfu-idiv.scala | |
+1 −1 | src/main/scala/vfu-rfirst.scala | |
+1 −1 | src/main/scala/vfu-rpred.scala | |
+1 −1 | src/main/scala/vmu.scala |
Submodule icenet
updated
4 files
+1 −1 | build.sbt | |
+7 −4 | src/main/scala/DMA.scala | |
+7 −4 | src/main/scala/NIC.scala | |
+12 −6 | src/main/scala/NICTests.scala |
Submodule riscv-sodor
updated
19 files
Submodule rocket-chip
updated
230 files
Submodule sha3
updated
4 files
+20 −20 | src/main/scala/chi.scala | |
+14 −14 | src/main/scala/iota.scala | |
+1 −1 | src/main/scala/rhopi.scala | |
+1 −1 | src/main/scala/theta.scala |
Submodule sifive-blocks
updated
11 files
Submodule sifive-cache
updated
10 files
Submodule testchipip
updated
9 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.21") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.3") |
Oops, something went wrong.