Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

VCD file generation in VHDL

Status
Not open for further replies.

muni123

Member level 3
Joined
Apr 28, 2007
Messages
64
Helped
4
Reputation
8
Reaction score
2
Trophy points
1,288
Location
India
Activity points
1,625
vcd files generation

Hi all,
Can anybody provide me information on creation of .vcd file in VHDL testbench
I need commands we use and where to keep those commands inside the testbench.
similar to the $dumpfile() in Verilog testbench...

Thanks & Regards
 

It also depends on the simulator whether it supports VCD file dumps...
In case of Mentor's modelsim, it has some commands like
- vcd file
- vcd add <signal_name>
These commands can be used to get vcd dumps of the chosen signals..

Best Regards,
Harish
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top