Muscat
Newbie level 3
Hello.
I want to change signal height in waveforms. Of course, I know how to do it in GUI for selected signals, but I want to
a) Change default height for signal. I looked in Preferences-> Waveform options, but I didn't find there this option
b) Change height for group of signals in *.do file. I used macro language to add signals, like
but the attribute "height" changes only group size itself, not the signals inside it.
How can I change height for group of signals?
Thank you
I want to change signal height in waveforms. Of course, I know how to do it in GUI for selected signals, but I want to
a) Change default height for signal. I looked in Preferences-> Waveform options, but I didn't find there this option
b) Change height for group of signals in *.do file. I used macro language to add signals, like
Code:
wave -vgroup "FIFO" -height 25 /fifo_top_tb/UUT/label1/*
How can I change height for group of signals?
Thank you