Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

ModelSim VCD Error

Altera_Forum
Honored Contributor II
1,335 Views

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
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
594 Views

I got it....  

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

vcd add inverter_tb/*
0 Kudos
Reply