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

Fix VCD timestamps #1469

Merged
merged 2 commits into from
Jun 21, 2024
Merged

Fix VCD timestamps #1469

merged 2 commits into from
Jun 21, 2024

Conversation

mx-shift
Copy link
Contributor

VCD simulation timestamps are integers.
eb71c31 changed them to doubles which causes the files to be unreadable.

VCD simulation timestamps are integers.
eb71c31 changed them to doubles which
causes the files to be unreadable.
no spaces allowed between b and the bits.  Value will be left-extended
with zeros.
Copy link

sonarcloud bot commented Jun 20, 2024

Copy link
Member

@akuker akuker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the pull request!!

@akuker akuker merged commit b95c52d into PiSCSI:develop Jun 21, 2024
8 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