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 to write a simulated output vector in ASCII using NCSIM?

Status
Not open for further replies.

willyboy19

Full Member level 3
Full Member level 3
Joined
Feb 15, 2004
Messages
152
Helped
12
Reputation
24
Reaction score
2
Trophy points
1,298
Activity points
1,705
ncsim qestion.

Hi, after I use ncsim in LDV4.1 to simulate a digital block, I don't know how to write the simulated output vector in ASCII format so that I can use some other tools (such as MATLAB) to post-process the data.

I did notice there is 'Export database' command in the File menu, but it seems it can only record the data when there is a change in the data to be recorded. Does anyone know if Cadence LDV4.1 ncsim support output list function NOT by event triggering? In other words, can the data be recorded every T nanoseconds? Modelsim has this capability.

Your help will be highly appreciated!

Willy
 

Re: ncsim qestion.

Maybe VCD format file.
 

Re: ncsim qestion.

You can do like this
initial
begin
forever
#T fdisplay(file,"%h",you_signal);
end
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top