Re: [Gtkwave-users] Adding bus signals manually to the savefile
Brought to you by:
gtkwave,
joel1234567
From: Gökçe A. <gtk...@ay...> - 2021-12-23 10:07:27
|
> No, there's not as you can't hash search on an * character. Going through signals one at a time is not an option with huge models such as a full chip with tens of millions of signals. You are right. Still the gtkwave GUI does what you describe, doesn't it? Gtkwave shows me the signal as `s[0][0:649]`. Then I can *recurse import* this signal. The savefile could implement something similar. > Verilog (except for Modelsim occasionally) would dump as 0:639. GHW treats every bit as its own signal. Still gtkwave can generate a bus view from many individual signals using the flags like `@28`. Nonetheless I have the impression that the savefiles weren't designed for manual editing and I should find another workaround like generating them using a script :( |