Skip to content
New issue

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

VCD input names are silently truncated to 1 char #497

Open
jeffpc opened this issue Jul 12, 2022 · 0 comments
Open

VCD input names are silently truncated to 1 char #497

jeffpc opened this issue Jul 12, 2022 · 0 comments

Comments

@jeffpc
Copy link

jeffpc commented Jul 12, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant