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.

Viewing a SystemC ".vcd" dump file using Modelsim

Status
Not open for further replies.

omara007

Advanced Member level 4
Joined
Jan 6, 2003
Messages
1,237
Helped
50
Reputation
102
Reaction score
16
Trophy points
1,318
Location
Cairo/Egypt
Activity points
9,716
Hi folks ..
could anyone tell me how can I generate a .VCD file for a systemc design if I'm using MSVC , then view the waveform using Modelsim ?
 

Use sc_create_vcd_trace_file() &
sc_close_vcd_trace_file() functions...

See systemc reference documentation for details.
These functuions will gaive you VCD file you can open it with any VCD viewer.
 

Re: Viewing a SystemC ".vcd" dump file using Model

Here is an example...
use following command to convert vcd to wlf database.
vcd2wlf wave.vcd wave.wlf

you can load wave.wlf file in Modelsim viewer.
Hope this helps
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top