GTKWave

Results 108 comments of GTKWave

I just updated the fstapi files, mainly because they have visibility outside the immediate gtkwave project.  I'll look at the helpers utils when I have the time. -Tony 638:/home/bybell/git/gtkwave> git...

I don't know what you mean by that question.  Do you have an example of what you mean? Thanks,-Tony On Wednesday, May 17, 2023 at 03:45:25 AM EDT, wzy ***@***.***>...

Unfortunately, that still says nothing to me.  How with respect to using gtkwave would (what I presume) zsh style shell completion be used?  In the Tcl/wish command line?  What? Thanks,...

Please be descriptive.  Use Chinese to express yourself if you need to: I studied it in college. -Tony On Wednesday, May 17, 2023 at 01:26:19 PM EDT, wzy ***@***.***> wrote:...

Shift-click the root scope to deselect it and your toplevel signals should come back. -Tony On Thursday, June 15, 2023 at 01:19:46 PM EDT, Ralf Fuest ***@***.***> wrote: If a...

Why are you writing processes that exit without emitting $finish first?  :-) From a gtkwave code robustness point of view, if the subprocess exited, would if(feof(GLOBALS->ttrans_filter[t->t_filter]->sin)) {is_finish=1; break;} /* should...

What version of MacOS is this?  I'm wondering how something so fundamental has changed in code that has run properly since Snow Leopard.  It's possible there is a race condition...

No such function exists.  If I had to search for such a pattern, generally, I leave off that "?" character.  The search looks for the string anywhere in the value:...

Sure, it could be implemented in the future.Replace strstr_i() with a compiled regex compared and problem solved.See, for example wave_regex_compile and wave_regex_match in regex.c. I just don't have the time...

        static struct option long_options[] =                 {                 {"vcdname", 1, 0, 'v'},                 {"fstname", 1, 0, 'f'},                 {"fastpack", 0, 0, 'F'},                 {"fourpack", 0, 0, '4'},                 {"zlibpack", 0, 0, 'Z'},                 {"compress", 0, 0, 'c'},                ...