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

[RWRoute] Check source & sink pin reaches INT tile for dedicated connections #878

Merged
merged 12 commits into from
Nov 9, 2023

Conversation

eddieh-xlnx
Copy link
Collaborator

Prior to this PR, RWRoute would assume that if the sink pin cannot reach the INT tile, then it must be a dedicated connection.

I've encountered a case (BUFG_GT_X0Y78/CLK_IN) where the sink pin can reach the INT tile, but the source pin (GTYE4_CHANNEL_X0Y12/TXOUTCLK_INT) cannot.

Fix it so that both source (and alternate sources) and sink pins are checked for INT reachability before declaring it is not a dedicated connection.

Base automatically changed from routerhelper_rewrite to master November 9, 2023 06:22
…_fix

Conflicts:
	test/src/com/xilinx/rapidwright/rwroute/TestRWRoute.java
@eddieh-xlnx eddieh-xlnx merged commit 0ce4b76 into master Nov 9, 2023
14 checks passed
@eddieh-xlnx eddieh-xlnx deleted the rwroute_dedicated_fix branch November 9, 2023 20:37
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