forked from chipsalliance/Cores-VeeR-EL2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv-dv: Use VeeR cpu type for Renode sim
Signed-off-by: Mateusz Karlic <[email protected]>
- Loading branch information
1 parent
2e2e1a0
commit 9e778d2
Showing
5 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
Submodule riscv-dv
updated
4 files
+1 −0 | run.py | |
+2 −0 | scripts/instr_trace_compare.py | |
+36 −2 | scripts/renode_wrapper.py | |
+2 −2 | yaml/iss.yaml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mem: Memory.MappedMemory @sysbus 0x80000000 | ||
size: 0x10000000 | ||
|
||
htif_mem: Memory.MappedMemory @sysbus 0xD0580000 | ||
size: 0x1000 | ||
|
||
cpu: CPU.VeeR_EL2 @ sysbus | ||
cpuType: "rv32imc_zicsr_zifencei_zba_zbb_zbc_zbs_Smepmp" | ||
hartId: 0 | ||
|
||
dhry_mem: Memory.MappedMemory @sysbus 0xF0040000 | ||
size: 0x10000 |
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