-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4aa7d52
commit c4ea44f
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule NEMU
updated
72 files
Submodule NutShell
updated
15 files
+13 −3 | .github/workflows/main.yml | |
+2 −1 | .gitmodules | |
+1 −0 | .mill-version | |
+1 −1 | Makefile | |
+1 −1 | README.md | |
+19 −23 | build.sc | |
+1 −1 | difftest | |
+ − | ready-to-run/riscv64-nemu-interpreter-so | |
+31 −37 | src/main/scala/bus/simplebus/Crossbar.scala | |
+66 −65 | src/main/scala/nutcore/backend/fu/CSR.scala | |
+2 −1 | src/main/scala/nutcore/backend/seq/EXU.scala | |
+2 −0 | src/main/scala/nutcore/backend/seq/WBU.scala | |
+1 −0 | src/main/scala/nutcore/frontend/IDU.scala | |
+9 −13 | src/main/scala/nutcore/mem/EmbeddedTLB.scala | |
+5 −5 | src/main/scala/system/NutShell.scala |
Submodule nexus-am
updated
58 files