repo2/papilioduo/pll/pll_pal/simulation/timing/simcmds.tcl
# file: simcmds.tcl
|
|
|
|
# create the simulation script
|
|
vcd dumpfile isim.vcd
|
|
vcd dumpvars -m /pll_pal_tb -l 0
|
|
wave add /
|
|
run 50000ns
|
|
quit
|
|
|