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

Bugfix vcd files #27

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Bugfix vcd files #27

merged 2 commits into from
Dec 5, 2023

Conversation

Simre1
Copy link
Contributor

@Simre1 Simre1 commented Dec 5, 2023

This merge fixes two bugs for VCD files:

  • For FST files, the property all_timestamps was set which is needed to sample the timestamps. For VCD files, the property all_timestamps was not set.
  • Some VCD files do not have a space between variable names and bitwidth annotations. The parser has been made less strict in order to allow bitwidth annotations directly next to the name.

@LucasKl LucasKl merged commit 07e821a into ics-jku:main Dec 5, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants