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.

How can I make up .vcd file directly?

Status
Not open for further replies.

zpmanr

Newbie level 5
Joined
Dec 10, 2004
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
59
Generally we simulate according to following steps in Modelsim:
1.compile design code & testbench;
2.special the corresponding .sdf file ;
3.excute .do file which includes "force" section;
4.view waveform.

How can I dump waveform to vcd file through up steps directly?
And how can I dump waveform to fsdb file directly?

Thanks a lot!!
 

Add following line to your .do script!

vcd file dump.vcd
vcd add /top/*

This will dump vcd in dump.vcd file.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top