mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
Add wave dumping to Xcelium simulation setup
This commit is contained in:
parent
3d796ee2aa
commit
c5b5c7164f
1 changed files with 9 additions and 2 deletions
|
@ -115,7 +115,6 @@
|
|||
cmd:
|
||||
- "xrun -64bit
|
||||
-q
|
||||
-access +rwc
|
||||
-f ibex_dv.f
|
||||
-sv
|
||||
-uvm
|
||||
|
@ -124,7 +123,10 @@
|
|||
-elaborate
|
||||
-l <out>/compile.log
|
||||
-xmlibdirpath <out>
|
||||
<cmp_opts>"
|
||||
<cmp_opts>
|
||||
<wave_opts>"
|
||||
wave_opts: >
|
||||
-access rwc -linedebug
|
||||
sim:
|
||||
cmd: >
|
||||
xrun -64bit
|
||||
|
@ -138,3 +140,8 @@
|
|||
+ibex_tracer_file_base=<sim_dir>/trace_core
|
||||
-nokey
|
||||
<sim_opts>
|
||||
<wave_opts>
|
||||
wave_opts: >
|
||||
-input @"database -open <sim_dir>/waves -shm -default"
|
||||
-input @"probe -create -all -depth all"
|
||||
-input @"run"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue