Dumping real signals in VCD

S

Sajan

Guest
Hi
I am dumping signals which are declared as integer and real.
But i cant find these signals in the dump file.
Can anyone tell me why this happens and how to over this.
Regards,
Sajan.
 
Well i forgot to mention that I am using Modelsim to do this.


s_sajan_s@yahoo.com (Sajan) wrote in message news:<d244d444.0309190046.30388c3a@posting.google.com>...
Hi
I am dumping signals which are declared as integer and real.
But i cant find these signals in the dump file.
Can anyone tell me why this happens and how to over this.
Regards,
Sajan.
 
Sajan,
Not sure if you are talking about VHDL or Verilog, either way
Modelsim can
probe real signals/variables in its waveform. When you say "VCD" how
do you create your VCD? That may be where the problem is, can you show
us how you dump VCD?

Ajeetha
http://www.noveldv.com

s_sajan_s@yahoo.com (Sajan) wrote in message news:<d244d444.0309190911.461b4a8a@posting.google.com>...
Well i forgot to mention that I am using Modelsim to do this.


s_sajan_s@yahoo.com (Sajan) wrote in message news:<d244d444.0309190046.30388c3a@posting.google.com>...
Hi
I am dumping signals which are declared as integer and real.
But i cant find these signals in the dump file.
Can anyone tell me why this happens and how to over this.
Regards,
Sajan.
 
Hi
I am using VHDL.
I use the following commands in the modelsim commandline
interface to dump the signals.

vcd file dump.vcd
vcd add /top/* /*I assume this means dump all signals */

I can see real signals in the wlf format of Modelsim but not in the VCD format
in which am trying to dump the signals.

Thanks and Regards,
Sajan.


aji@noveldv.com (Ajeetha Kumari) wrote in message news:<8df95881.0309200820.474202e4@posting.google.com>...
Sajan,
Not sure if you are talking about VHDL or Verilog, either way
Modelsim can
probe real signals/variables in its waveform. When you say "VCD" how
do you create your VCD? That may be where the problem is, can you show
us how you dump VCD?

Ajeetha
http://www.noveldv.com

s_sajan_s@yahoo.com (Sajan) wrote in message news:<d244d444.0309190911.461b4a8a@posting.google.com>...
Well i forgot to mention that I am using Modelsim to do this.


s_sajan_s@yahoo.com (Sajan) wrote in message news:<d244d444.0309190046.30388c3a@posting.google.com>...
Hi
I am dumping signals which are declared as integer and real.
But i cant find these signals in the dump file.
Can anyone tell me why this happens and how to over this.
Regards,
Sajan.
 
Sajan,
You seem to be correct, some how the "vcd add" misses out real
signals in VHDL. Initially I tried a Verilog example, that worked fine
with vcd add command. Looks like only the VHDL part of it has some
issue.

Sorry, couldn't be of much help, perhaps contact Modelsim support? Why
do you prefer VCD against WLF?

vcd add /top/* /*I assume this means dump all signals */
This adds all signals in top instance, use with -r if you want the
whole hierarchy (I guess you know that already).

Ajeetha
http://www.noveldv.com

s_sajan_s@yahoo.com (Sajan) wrote in message news:<d244d444.0309220003.3ebbace2@posting.google.com>...
Hi
I am using VHDL.
I use the following commands in the modelsim commandline
interface to dump the signals.

vcd file dump.vcd
vcd add /top/* /*I assume this means dump all signals */

I can see real signals in the wlf format of Modelsim but not in the VCD format
in which am trying to dump the signals.

Thanks and Regards,
Sajan.
 
Hi
Thanks for the effort.
I am modeling a Digital to analog converter in VHDL and the output of
the module is expected to be a real signal which is a sinewave.
I want to see the sinewave in the waveform. Somehow modelsim wave
window does not show a smooth transition from one signal level to the
other. So I want to dump it in VCD and then open it using other
waveform viewer like signal-scan.
Well thats the basic idea.
Cheers,
Sajan.

aji@noveldv.com (Ajeetha Kumari) wrote in message news:<8df95881.0309222339.692cce0a@posting.google.com>...
Sajan,
You seem to be correct, some how the "vcd add" misses out real
signals in VHDL. Initially I tried a Verilog example, that worked fine
with vcd add command. Looks like only the VHDL part of it has some
issue.

Sorry, couldn't be of much help, perhaps contact Modelsim support? Why
do you prefer VCD against WLF?

vcd add /top/* /*I assume this means dump all signals */


This adds all signals in top instance, use with -r if you want the
whole hierarchy (I guess you know that already).

Ajeetha
http://www.noveldv.com

s_sajan_s@yahoo.com (Sajan) wrote in message news:<d244d444.0309220003.3ebbace2@posting.google.com>...
Hi
I am using VHDL.
I use the following commands in the modelsim commandline
interface to dump the signals.

vcd file dump.vcd
vcd add /top/* /*I assume this means dump all signals */

I can see real signals in the wlf format of Modelsim but not in the VCD format
in which am trying to dump the signals.

Thanks and Regards,
Sajan.
 
"Sajan" <s_sajan_s@yahoo.com> wrote in message
news:d244d444.0309230654.437cbec1@posting.google.com...
Hi
Thanks for the effort.
I am modeling a Digital to analog converter in VHDL and the output
of
the module is expected to be a real signal which is a sinewave.
I want to see the sinewave in the waveform. Somehow modelsim wave
window does not show a smooth transition from one signal level to
the
other.
Have you tried selecting "analog interpolated" in Modelsim?

regards

Alan

--
Alan Fitch
Consultant

DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * Perl * Tcl/Tk * Verification * Project
Services

Doulos Ltd. Church Hatch, 22 Market Place, Ringwood, Hampshire, BH24
1AW, UK
Tel: +44 (0)1425 471223 mail:
alan.fitch@doulos.com
Fax: +44 (0)1425 471573 Web:
http://www.doulos.com

The contents of this message may contain personal views which are not
the
views of Doulos Ltd., unless specifically stated.
 
Thanks , I didnt know about that option.
Am able to get what I need using interpolated option.

Regards,
Sajan.

"Alan Fitch" <alan.fitch@doulos.com> wrote in message news:<bkpot6$ih7$1$8300dec7@news.demon.co.uk>...
"Sajan" <s_sajan_s@yahoo.com> wrote in message
news:d244d444.0309230654.437cbec1@posting.google.com...
Hi
Thanks for the effort.
I am modeling a Digital to analog converter in VHDL and the output
of
the module is expected to be a real signal which is a sinewave.
I want to see the sinewave in the waveform. Somehow modelsim wave
window does not show a smooth transition from one signal level to
the
other.

Have you tried selecting "analog interpolated" in Modelsim?

regards

Alan

--
Alan Fitch
Consultant

DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * Perl * Tcl/Tk * Verification * Project
Services

Doulos Ltd. Church Hatch, 22 Market Place, Ringwood, Hampshire, BH24
1AW, UK
Tel: +44 (0)1425 471223 mail:
alan.fitch@doulos.com
Fax: +44 (0)1425 471573 Web:
http://www.doulos.com

The contents of this message may contain personal views which are not
the
views of Doulos Ltd., unless specifically stated.
 

Welcome to EDABoard.com

Sponsor

Back
Top