Which tool can draw plain text waveform like X____X__X__X

Status
Not open for further replies.

sweesw

Member level 2
Joined
Dec 2, 2002
Messages
52
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
605
plain waveform

Is that possilbe to automatically draw logic waveform like the following:
-----------------\/----------------------\/------------
____________/\________________/\_________
 

draw waveforms in php

timing designer is a powerful tool for drawing waveforms, but in graphical mode. You can draw any required wavefor using just MS word, and it's tables. you can develope some set of templates and copy paste them whenever required. the result will be beautiful and easy to understand.
 

text waveform

Is it possible to covert timing designer waveform into plain text format like what I draw above?
I need to incorporate the text waveform into my Verilog HDL source code for documentation purpose.
 

input timing file

It depends on the format of the input timing file
 

Re: Which tool can draw plain text waveform like X____X__X__

There is tool that does exactly the opposite (if you are interested!)

It is called ANDYTIME, is pretty handy for simple tasks and you get to draw the timing diagram in ASCII.

Cheers mates

the_penetrator©
 

Re: Which tool can draw plain text waveform like X____X__X__

Signal Scan from Cadence in stand alone mode is use ful.
 

Re: Which tool can draw plain text waveform like X____X__X__

I don't know any tool but you can do:

-From your testbench or simulator, dump your signals in a vcd file.

-Parse the VCD file and generate the waveform with your own Perl script.

You should be able to do it (Perl script) in a couple of hours.

regards
fe
 

Re: Which tool can draw plain text waveform like X____X__X__

the_penetrator said:
There is tool that does exactly the opposite (if you are interested!)

It is called ANDYTIME, is pretty handy for simple tasks and you get to draw the timing diagram in ASCII.

Cheers mates

the_penetrator©


Here is ANDYTIME, a m$-windows app.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…