diff --git a/dv/uvm/core_ibex/yaml/rtl_simulation.yaml b/dv/uvm/core_ibex/yaml/rtl_simulation.yaml index 22fb260b..81d2adf9 100644 --- a/dv/uvm/core_ibex/yaml/rtl_simulation.yaml +++ b/dv/uvm/core_ibex/yaml/rtl_simulation.yaml @@ -115,7 +115,6 @@ cmd: - "xrun -64bit -q - -access +rwc -f ibex_dv.f -sv -uvm @@ -124,7 +123,10 @@ -elaborate -l /compile.log -xmlibdirpath - " + + " + wave_opts: > + -access rwc -linedebug sim: cmd: > xrun -64bit @@ -138,3 +140,8 @@ +ibex_tracer_file_base=/trace_core -nokey + + wave_opts: > + -input @"database -open /waves -shm -default" + -input @"probe -create -all -depth all" + -input @"run"