Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

ModelSim 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 .vcd file just contains the header, something like this:

$date

Thu Aug 04 12:49:07 2011

$end

$version

ModelSim Version 6.5e

$end

$timescale

1ns

$end

Thanks for suggestions

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I got it....

    the objects to dump need to be given to vcd befor simulation:

    
    vcd add inverter_tb/*