-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dm bugfixed: stepi Signed-off-by: Ruige <295054118@whut.edu.cn> * update to scala2.13.10 chisel3.5.6 Signed-off-by: Ruige <295054118@whut.edu.cn> * add scaladoc in frontend Signed-off-by: Ruige <295054118@whut.edu.cn> merge feature/vector into develop Signed-off-by: Ruige <295054118@whut.edu.cn> * merge enhancement/csrfiles into develop Signed-off-by: Ruige <295054118@whut.edu.cn> * feature: riscv-v load and store Signed-off-by: Ruige <295054118@whut.edu.cn> * merge bump/mill_chisel5 into develop cannot generate code in one file bug fixed fpu is not default configuration now readme fixed only rift2330 and rift2370 are tested in ci add vector test files Signed-off-by: Ruige <295054118@whut.edu.cn> * licence update 2024 Signed-off-by: Ruige <295054118@whut.edu.cn> --------- Signed-off-by: Ruige <295054118@whut.edu.cn>
- Loading branch information
Showing
138 changed files
with
9,094 additions
and
4,008 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -366,3 +366,5 @@ tb/compile/env/ | |
VSimTop | ||
tb/sw/opensbi/fw_jump.dep | ||
tb/sw/opensbi/fw_jump.elf.ld | ||
mill | ||
ScalaDoc/ |
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,15 +1,13 @@ | ||
[submodule "block-inclusivecache-sifive"] | ||
path = block-inclusivecache-sifive | ||
url = https://github.com/sifive/block-inclusivecache-sifive.git | ||
[submodule "rocket-chip"] | ||
path = rocket-chip | ||
url = https://github.com/chipsalliance/rocket-chip.git | ||
[submodule "sifive-blocks"] | ||
path = sifive-blocks | ||
url = https://github.com/sifive/sifive-blocks.git | ||
[submodule "berkeley-hardfloat"] | ||
path = berkeley-hardfloat | ||
url = https://github.com/ucb-bar/berkeley-hardfloat.git | ||
[submodule "constellation"] | ||
path = constellation | ||
[submodule "dependencies/rocket-chip"] | ||
path = dependencies/rocket-chip | ||
url = https://github.com/chipsalliance/rocket-chip.git | ||
[submodule "dependencies/constellation"] | ||
path = dependencies/constellation | ||
url = https://github.com/ucb-bar/constellation.git | ||
[submodule "dependencies/inclusivecache"] | ||
path = dependencies/inclusivecache | ||
url = https://github.com/chipsalliance/rocket-chip-inclusive-cache.git | ||
[submodule "dependencies/blocks"] | ||
path = dependencies/blocks | ||
url = https://github.com/chipsalliance/rocket-chip-blocks.git | ||
|
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
Oops, something went wrong.