mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
RTL simulation scripts for Cadence tool was added
This commit is contained in:
parent
cead186836
commit
50682bd314
2 changed files with 22 additions and 0 deletions
4
dv/uvm/ius.tcl
Executable file
4
dv/uvm/ius.tcl
Executable file
|
@ -0,0 +1,4 @@
|
|||
database -open waves.shm -default
|
||||
probe -create -depth all -all
|
||||
run
|
||||
|
|
@ -64,3 +64,21 @@
|
|||
<DSIM> <sim_opts> -sv_seed <seed> -pli_lib <DSIM_LIB_PATH>/libuvm_dpi.so +acc+rwb -image image -work <out>/dsim <wave_opts>
|
||||
wave_opts: >
|
||||
-waves waves.vcd
|
||||
|
||||
- tool: ius
|
||||
compile:
|
||||
cmd:
|
||||
- "mkdir -p <out>/ius"
|
||||
- "irun -work worklib
|
||||
-access +rwc
|
||||
-nclibdirpath <out>/ius
|
||||
-sv -uvm -uvmhome CDNS-1.2
|
||||
-f ibex_dv.f
|
||||
-elaborate -licqueue
|
||||
-l <out>/ius/compile.log"
|
||||
sim:
|
||||
cmd: >
|
||||
irun -R -nclibdirpath <out>/ius <sim_opts> -svseed <seed> -licqueue <wave_opts>
|
||||
wave_opts: >
|
||||
-input <cwd>/ius.tcl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue