Simvision, how may I make it automatically convert a VCD fil

K

Kelvin

Guest
I am used to "signalscan -auto mywave.vcd", but is there an equivalent
command in simvision?

Thank you.
 
"Kelvin" <thefatcat28@hotmail.com> wrote in message
news:419c56ff@news.starhub.net.sg...
I am used to "signalscan -auto mywave.vcd", but is there an
equivalent
command in simvision?

Thank you.
You can say
simvision mywave.vcd

and it will prompt you to convert it to trn format, is that good
enough?

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.
 
Thank you for your reply.

But, no, that is not good enough. My trick is "signalscan -auto
mywave.vcd -do mydo.do &"
which converts VCD automatically before executing the DO scripts.

In "simvision mywave.vcd -input mydo.sv" not only pops up a prompt, but also
executes
the scripts before the conversion is done, which is a mistake...








"Alan Fitch" <alan.fitch@doulos.com> wrote in message
news:cni7k2$ac4$1$8300dec7@news.demon.co.uk...
"Kelvin" <thefatcat28@hotmail.com> wrote in message
news:419c56ff@news.starhub.net.sg...
I am used to "signalscan -auto mywave.vcd", but is there an
equivalent
command in simvision?

Thank you.

You can say
simvision mywave.vcd

and it will prompt you to convert it to trn format, is that good
enough?

Alan


--
Alan Fitch
Consultant
 
"Kelvin" <thefatcat28@hotmail.com> writes:

I am used to "signalscan -auto mywave.vcd", but is there an
equivalent command in simvision?
Couldn't you link the recordsetup/recordvars into your simulator and
generate trn files directly?

Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
yes, can. I prefer VCD files as they are more portable...






"Petter Gustad" <newsmailcomp6@gustad.com> wrote in message
news:87pt29fsq8.fsf@parish.home.gustad.com...
"Kelvin" <thefatcat28@hotmail.com> writes:

I am used to "signalscan -auto mywave.vcd", but is there an
equivalent command in simvision?

Couldn't you link the recordsetup/recordvars into your simulator and
generate trn files directly?

Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
"Kelvin" <thefatcat28@hotmail.com> wrote in message
news:419d5bfc@news.starhub.net.sg...
Thank you for your reply.

But, no, that is not good enough. My trick is "signalscan -auto
mywave.vcd -do mydo.do &"
which converts VCD automatically before executing the DO scripts.

In "simvision mywave.vcd -input mydo.sv" not only pops up a prompt,
but also
executes
the scripts before the conversion is done, which is a mistake...
OK, another trick is you can create a file

..simvisionrc

in the directory where you launch simvision and put
commands in there.Perhaps you can launch your mydo.sv
file from .simvisionrc?

Unfortunately I don't think that will work either as
..simvisionrc is read at startup.

Perhaps you could use

database open mywave.vcd -overwrite

inside your script? You could pass an argument to the script of
the filename and then open it in the script. Unfortunately this
is reaching the limits of my knowledge of tcl!

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