Warp-LC/fpga/ipcore_dir/PLL/simulation/timing/simcmds.tcl
Zane Kaminski 374d7663d3 idk
2021-10-31 15:39:28 -04:00

10 lines
132 B
Tcl

# file: simcmds.tcl
# create the simulation script
vcd dumpfile isim.vcd
vcd dumpvars -m /PLL_tb -l 0
wave add /
run 50000ns
quit