Open
Description
This is a feature request.
It would be useful to have a way to explicitly include/exclude traces which are written to the VCD dump. This already exists for the gtkw
file, but for designs with lots of signals it would be helpful to be able to control this more finely.
The use cases are to make VCD files smaller and to make it easier to find signals in large designs.
I came across this because sigrok crashes with VCD files that contain strings from FSMs (bug filed here: https://sigrok.org/bugzilla/show_bug.cgi?id=1757 ). Right now I am using GTKWave to only re-export the traces I am interested in and drop the FSM states.