aboutsummaryrefslogtreecommitdiff
path: root/rtl/src/ipcore/clkmgr_dcm/simulation/functional/simcmds.tcl
blob: e19ead8b541564ca8d861f98a27d1ab2425ec612 (plain) (blame)
1
2
3
4
5
6
7
8
# file: simcmds.tcl

# create the simulation script
vcd dumpfile isim.vcd
vcd dumpvars -m /clkmgr_dcm_tb -l 0
wave add /
run 50000ns
quit