I have a huge VCD
file that I use in combination with gtkwave
to observe certain signal behaviors. I have a list of signals stored into a .txt
file which are the ones that I wish to probe. The thing is that by doing the insertion of the signals manually by hand is a painstakingly long process. So my question here is,
Is there a way, given the .txt
file to compose a .tcl
script that filters and adds the designated signals from the list to the waveform editor?