simavr icon indicating copy to clipboard operation
simavr copied to clipboard

VCD input names are silently truncated to 1 char

Open jeffpc opened this issue 2 years ago • 0 comments

The "abbreviated" names in the vcd file are silently truncated to 1 char. So, if your input VCD file looks like:

...
$scope module logic $end
$var wire 1 b0 pinB0 $end
$var wire 1 b1 pinB1 $end
...
#123
1b0
0b1
#456
0b0
1b1
...

you end up with only one pin being toggled with no indication that this is happening.

jeffpc avatar Jul 12 '22 00:07 jeffpc