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

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