gtkwave / gtkwave

GTKWave is a fully featured GTK+ based wave viewer for Unix and Win32 which reads LXT, LXT2, VZT, FST, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing.
https://gtkwave.github.io/gtkwave/
GNU General Public License v2.0
617 stars 116 forks source link

Change trace Border color of specific ascii value #195

Open ghost opened 1 year ago

ghost commented 1 year ago

I tried translate filter to change background color for a segment of trace. In order to use the translate filter to modify the background color of a trace, we are using prefix the return string to stdout with the X11 color name surrounded by '?' characters as follows:

?CadetBlue?isync ?red?xor r0,r0,r0 ?lavender?lwz r2,0(r7)

Similarly, How to use this filter for modifying segment border color of the trace?

gtkwave commented 1 year ago

Such a feature to modify the border color doesn't yet exist. -Tony

On Wednesday, March 29, 2023 at 05:06:13 AM EDT, diya555 ***@***.***> wrote:  

I tried translate filter to change background color for a segment of trace. In order to use the translate filter to modify the background color of a trace, we are using prefix the return string to stdout with the X11 color name surrounded by '?' characters as follows:

?CadetBlue?isync ?red?xor r0,r0,r0 ?lavender?lwz r2,0(r7)

Similarly, How to use this filter for modifying segment border color of the trace?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>