gtkwave-1.3.69

Guest
http://home.nc.rr.com/gtkwave/

....now handles logfile time jumps. You can either load one of more
simulation generated logfiles from the command line (via the "-l"
switch) or from the menu. If you click on the numbers in the logfile,
the cursor jumps to that time value more-or-less centered on the
screen. (I've been using it a lot lately on a daily basis with system
bus transaction logs.)

Note that it can handle unit conversions (ns, ps, etc) but you have to
click on the leftmost character, drag the cursor across the quantity,
and release at the end of it (like for "152ns" click on the '1', hold
the button, and drag across releasing on 's').

It doesn't work with GTK2 in windows as they changed the widget
behavior for TextEntry, GTK1 is OK. Unix is fine for both GTK
versions.

Verilog sourcecode annotation might be coming soon--probably before the
end of the year. I have to look into it. I recently dusted off my
ANTLR-based parser and it seems to work fine for me but I have to do a
lot of testing on a large corpora of verilog before I even consider
releasing it for public consumption.

-t
 
I downloaded the new zip: gtkwave-1.3.69_w9x.
When i run it I get:
The application failed to initilaize properly (0xc0000022). ...


hostname = ibm-k9oeso30h6u
uname -m = i686
uname -r = 1.5.17(0.129/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2005-05-25 19:38
 
Pinhas wrote:
I downloaded the new zip: gtkwave-1.3.69_w9x.
When i run it I get:
The application failed to initilaize properly (0xc0000022). ...


hostname = ibm-k9oeso30h6u
uname -m = i686
uname -r = 1.5.17(0.129/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2005-05-25 19:38
The binaries are w9x: win95/98/etc, not cygwin. You should be able to
get the source to compile under cygwin provided you have gtk installed.

I don't have cygwin installed anymore so parts of the compile/install
might not be cygwin-friendly. That said, you might have to do
"./configure ; cd src ; make" to make just the viewer, not the support
programs.

-t
 

Welcome to EDABoard.com

Sponsor

Back
Top