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.

Problem with generating VCD file and using DVE at the same time

Status
Not open for further replies.

preseq

Newbie level 1
Joined
May 1, 2007
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
Hi,

I am trying to generate the VCD fille (VCDplus.vpd) for my simulation. I am using the following commands:

vcs -debug
simv -gui

I am able to view the waveforms in DVE, however I notice that the VCDplus.vpd is not there. This file will be generated when I replace the -debug to -RI.

May I know is there a way to use DVE and generate the VCDplus.vpd file at the same time?

Thanks for viewing.
 

Re: VCS Compile question

preseq said:
Hi,

I am trying to generate the VCD fille (VCDplus.vpd) for my simulation. I am using the following commands:

vcs -debug
simv -gui

I am able to view the waveforms in DVE, however I notice that the VCDplus.vpd is not there. This file will be generated when I replace the -debug to -RI.

May I know is there a way to use DVE and generate the VCDplus.vpd file at the same time?

Thanks for viewing.

During simv -gui, VCS creates a file named "inter.vpd". If you want to change it to vcdplus.vod, there is a way to do that under Simulator -> Setup

Another option is to add a $vcdpluson() call to your source code.

HTH
Ajeetha, CVC
www.noveldv.com
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top