How to write a simulated output vector in ASCII using NCSIM?

Status
Not open for further replies.

willyboy19

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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…