[Gtkwave-users] Adding bus signals manually to the savefile
Brought to you by:
gtkwave,
joel1234567
From: Gökçe A. <go...@ay...> - 2021-12-22 15:55:39
|
I write my savefiles manually, because I distribute the savefiles across different environments like this: > [dumpfile] "wave.ghw" > top.tb.clk > top.tb.rst Is there a syntax to add a very wide signal like as follows? > #{wide_signal} top.tb.s[0][0:639] or > #{wide_signal} top.tb.s[0][*] Gtkwave creates a verbose string with all the components of the bus like this if I save the savefile. > ... > #{wide_signal} top.tb.s[0][0] top.tb.s[0][1] ... top.tb.s[0][639] |