-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rocket-chip now supports vector-extensions * Fixes minor bug in shuttle load-stores * Saturn now supports zvbb
- Loading branch information
Showing
6 changed files
with
12 additions
and
9 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 rocket-chip
updated
4 files
+1 −0 | src/main/scala/rocket/RocketCore.scala | |
+2 −1 | src/main/scala/rocket/VectorUnit.scala | |
+1 −1 | src/main/scala/tile/BaseTile.scala | |
+1 −0 | src/main/scala/tile/Core.scala |
Submodule saturn
updated
45 files
Submodule shuttle
updated
2 files
+3 −1 | src/main/scala/common/Parameters.scala | |
+1 −1 | src/main/scala/exu/Core.scala |