mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 04:57:25 -04:00
RISC-V Compliance test: Enable tracing
Use the tracing-enabled core wrapper when executing the RISC-V compliance test suite to help with debugging it.
This commit is contained in:
parent
48e604ab9e
commit
f54dfe5d4b
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ filesets:
|
|||
files_sim_verilator:
|
||||
depend:
|
||||
- lowrisc:dv_verilator:simutil_verilator
|
||||
- lowrisc:ibex:ibex_core
|
||||
- lowrisc:ibex:ibex_core_tracing
|
||||
|
||||
files:
|
||||
- rtl/ibex_riscv_compliance.sv
|
||||
|
|
|
@ -100,7 +100,7 @@ module ibex_riscv_compliance (
|
|||
.cfg_device_addr_mask
|
||||
);
|
||||
|
||||
ibex_core #(
|
||||
ibex_core_tracing #(
|
||||
.DmHaltAddr(32'h00000000),
|
||||
.DmExceptionAddr(32'h00000000),
|
||||
.RV32E(RV32E),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue