0

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?

AZ123
  • 156
  • 2
  • 11

1 Answers1

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