Skip to content

Removed Warnings in libvtrutil and vqm2blif #2521

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

Merged

Conversation

AlexandreSinger
Copy link
Contributor

Fixed a couple of warnings in libvtrutil and vqm2blif

Related Issue

See issue #2518

Fixed a couple of small warnings in vqm2blif which mainly just needed to
make certain sections explicit.
A couple of arrays in testcases were not explicitly initialized which
was causing the compiler to warn that the array may not have been
initialized.

Explicitly initialized the arrays to 0.
@AlexandreSinger
Copy link
Contributor Author

@vaughnbetz I have confirmed that this resolves these two warnings. Please review when you have a moment.

@vaughnbetz
Copy link
Contributor

Thanks Alex!

@vaughnbetz vaughnbetz merged commit 5cfbaa0 into verilog-to-routing:master Mar 30, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants