We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The "abbreviated" names in the vcd file are silently truncated to 1 char. So, if your input VCD file looks like:
you end up with only one pin being toggled with no indication that this is happening.
The text was updated successfully, but these errors were encountered: