[Gtkwave-users] Requests: signal name for bound process script, export SVG,
Brought to you by:
gtkwave,
joel1234567
From: Sujay P. <ele...@gm...> - 2023-03-20 03:51:57
|
Hello everyone, First of all, I must say the GTKWave is an excellent program. Kudos! I wanted to request the following: 1. Signal name for process filter script - currently, I have a python script used as a process filter for various signals. However, I want to parse the input data differently, based on what signal it is coming from. Example: for signal0 I may want to convert “-1” to “None”. However, I may not want to do that for signal1 The only want I know of currently is to attach different scripts to different signals, which is inefficient. Is there a way that the signal name could also be passed on to the script? 2. Please consider having the ability to export the current view as SVG file. It makes it much more efficient for presenting or pasting into a webpage. 3. Can the font color of the text inside the waves be changed? I can only change the background color of a waveform using the “?bgcolor?” prefix before the name. Problem is, some background colors are useless since the text inside is too light in color. I’m forced to use only dark backgrounds as a result. Best regards, Sujay |