Forum Discussion
Altera_Forum
Honored Contributor
15 years agoModelSim VCD Error
Hey! I have a problem by establishing a .vcd: What I'm doing is first:
vsim inverter_tb
add wave *
vcd file myvcdfile.vcd
run 100ns
and then quit the simulation, BUT my .v...
Altera_Forum
Honored Contributor
15 years agoI got it....
the objects to dump need to be given to vcd befor simulation:
vcd add inverter_tb/*