
GTKWave is a fully featured GTK+ wave viewer for Unix, Win32, and Mac OSX which reads LXT, LXT2, VZT, FST, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing.
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Best free pdf reader editor for mac.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm not sure if it is GTKWave or ghdl bug but i will try here first. I cannot open the GHW wave file (VCD neither) with using following record subtype signal: |
For vcd: there are no signals dumped, so gtkwave don't like it. |
Yes, its working after recompiling with recent repo heads of both ghdl and gtkwave |
The change to support record composites appears to have been added in gtkwave-3.3.81. From the Changelog: The current version is 3.3.86 04Oct17. You can look at record elements with ghdl-0.34 (15 August 2017). Get premium mobile features in the Acrobat Reader mobile app. Use Document Cloud services to get the power of Acrobat in any browser. By subscribing, you get access to all the latest updates when they become available. No upgrade charges. Manage licenses via the Adobe Admin Console (available with Team subscription). Acrobat reader professional for mac price. Don't you need a transaction after time 0 to get anything to show up in GTKwave? |
I had used 3.3.80 previously. The reproducer is not perfect but with the 3.3.86 gtkwave is launched properly without crash. |