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

fixed issue with warning being thrown for short switch types #2713

Merged
merged 3 commits into from
Jan 18, 2025

Conversation

WhiteNinjaZ
Copy link
Contributor

This PR resolves issue #2712. We have had this fix on our branch of VTR for a long time, but we forgot to merge it into the master branch.

Description

This fix simply changes the if statement checking for connections between wires to include short connections.

How Has This Been Tested?

We have been running this change on our branch of VTR for a long time and on many designs with the Xilinx architecture.

Types of changes

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

@github-actions github-actions bot added the lang-cpp C/C++ code label Sep 4, 2024
@vaughnbetz
Copy link
Contributor

Relaunching CI as the old logs seem to have been deleted (too old probably and got cleaned up).

@vaughnbetz
Copy link
Contributor

@WhiteNinjaZ : Can you check for the divide by zero issue above?

@vaughnbetz
Copy link
Contributor

Nag, nag ...

@WhiteNinjaZ
Copy link
Contributor Author

Thanks for the reminder. This PR fell a little under the radar. Made some changes and am re-running reg-tests locally.

Copy link
Contributor

@vaughnbetz vaughnbetz left a comment

Choose a reason for hiding this comment

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

LGTM; thanks!

@vaughnbetz vaughnbetz merged commit c90ac0d into verilog-to-routing:master Jan 18, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-cpp C/C++ code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants