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:
Philipp Wagner 2019-09-17 10:57:56 +01:00 committed by Philipp Wagner
parent 48e604ab9e
commit f54dfe5d4b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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),