-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Maciej Kurc <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule riscv-dv
updated
17 files
+106 −0 | .github/scripts/code_fixup.py | |
+26 −0 | .github/scripts/parse_testlist.py | |
+63 −0 | .github/workflows/build-spike.yml | |
+0 −27 | .github/workflows/metrics-regress.yml | |
+182 −0 | .github/workflows/run-tests.yml | |
+1 −1 | euvm/riscv/gen/riscv_asm_program_gen.d | |
+2 −2 | euvm/riscv/gen/riscv_load_store_instr_lib.d | |
+1 −1 | euvm/riscv/gen/riscv_page_table_entry.d | |
+12 −10 | euvm/riscv/gen/riscv_privileged_common_seq.d | |
+4 −0 | run.py | |
+1 −0 | scripts/lib.py | |
+4 −0 | scripts/renode_log_to_trace_csv.py | |
+11 −2 | scripts/renode_wrapper.py | |
+34 −15 | src/riscv_pmp_cfg.sv | |
+3 −3 | yaml/iss.yaml | |
+1 −0 | yaml/simulator.yaml | |
+7 −0 | yaml/whisper.json |