Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Saving results from a simulation

 
Thread Tools Search this Thread
Old 11-27-2006, 11:02 AM   #1
Default Saving results from a simulation


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.



=?iso-8859-1?q?Guilherme_Corr=EAa?=
  Reply With Quote
Old 11-27-2006, 01:38 PM   #2
Ajeetha
 
Posts: n/a
Default Re: Saving results from a simulation

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
Guilherme Corręa wrote:
> 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.


  Reply With Quote
Old 11-27-2006, 03:38 PM   #3
Hans
 
Posts: n/a
Default Re: Saving results from a simulation

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

"Ajeetha" <> wrote in message
news: oups.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
Guilherme Corręa wrote:
> 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.



  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump