Skip to content

RR graph edge creation uses a incorrect switch type for decremental tracks #2630

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
merged 1 commit into from
Jun 28, 2024

Conversation

saaramahmoudi
Copy link
Contributor

Description

While creating RR edge, incremental and decremental tracks use the same seg_details of inc_track. Although this is incorrect, it doesn't affect the quality of results because we don't have an architecture that uses different muxes for incremental and decremental tracks. So, I don't expect anything to change by this fix.

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)

@saaramahmoudi saaramahmoudi requested a review from vaughnbetz June 25, 2024 15:46
@github-actions github-actions bot added VPR VPR FPGA Placement & Routing Tool lang-cpp C/C++ code labels Jun 25, 2024
@vaughnbetz
Copy link
Contributor

Thanks Sara. Will merge once CI is green, although as you say this looks quite safe.

@vaughnbetz vaughnbetz merged commit 08d886c into master Jun 28, 2024
53 checks passed
@vaughnbetz vaughnbetz deleted the rr_graph_edge_bug branch June 28, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-cpp C/C++ code VPR VPR FPGA Placement & Routing Tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants