Saving results from a simulation

  • Thread starter =?iso-8859-1?q?Guilherme_Corr=EAa?=
  • Start date
?

=?iso-8859-1?q?Guilherme_Corr=EAa?=

Hello,

Could you possibly tell me if there is a way to save the resulting
information from a ModelSim simulation?
I would like to save these waveforms as a text file.

Thanks.
Guilherme Corrêa.
 
A

Ajeetha

Try:

vsim -c top_tb
vsim> add log -r /
vsim> run -all;exit

This would create a WLF file for you, after that you can convert to a
VCD (ASCII) format if your TEXT - but why do you need a text file?

Regards
Ajeetha, CVC
www.noveldv.com
 
H

Hans

Another option is to use the list window, you can export this window to a
tabular list (amonst others). You will need to do some post processing on
this file since it records the signal values for each delta,

Hans
www.ht-lab.com

Try:

vsim -c top_tb
vsim> add log -r /
vsim> run -all;exit

This would create a WLF file for you, after that you can convert to a
VCD (ASCII) format if your TEXT - but why do you need a text file?

Regards
Ajeetha, CVC
www.noveldv.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top