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

9 lines
131 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