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