Gtkwave is displaying all the registers and signal values in the simulation using iverilog, but I can not find a way to display the parameters and localparameter values. Any advice?
Asked
Active
Viewed 239 times
1 Answers
0
iverilog VCD(Value Change Dump) currently only supports signals that change change values. This is being worked on as enhancement to masquerade parameters as signals at time 0. https://github.com/steveicarus/iverilog/pull/714

dave_59
- 39,096
- 3
- 24
- 63