-
Notifications
You must be signed in to change notification settings - Fork 415
Placer awareness of dedicate routing resources #1045
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
Comments
Does marking these as carry chain pack patterns have an effect? |
They do not qualify, because they actually have routing. For example, the CCIO -> PLL connections can route to either CLKIN1 or CLKIN2 (or both). |
Well, you mentioned two types of issues. The first type might be solved in a similar style to dedicate carry chain outputs. The second is more complicated. |
Nah, they both are really the same issue. BUFH to clock in also has routing choices. |
Can the routing just be moved into a tile and then a pack pattern used to keep these things together? |
For the BUFIO, maybe? For the BUFH and it's ilk, absolutely not. |
What prevents it? |
One (or more) BUFH drives an entire CMT (e.g. SLICEL, SLICEM, BRAM)? You are very confused about the problem at hand here. |
These detailed, relatively one-off, placement constraints are fairly nasty to make fully data-driven, so I suspect the best we can do is make them partially data-driven, and have some cleanly isolated architecture-specific code and clean data hand offs to the main placer. So here's a proposed high-level plan:
|
This issue has been inactive for a year and has been marked as stale. It will be closed in 15 days if it continues to be stale. If you believe this is still an issue, please add a comment. |
This issue has been marked stale for 15 days and has been automatically closed. |
Uh oh!
There was an error while loading. Please reload this page.
Proposed Behaviour
Placer should be place instances to take advantage of dedicated routing resources
Current Behaviour
Placer only uses delay matrix to choose placement decisions
Possible Solution
Open to suggestions
Context
This is in the context of the 7-series routing fabric. There are two classes of placements that are relevant here:
Some placements will result in unroutable solutions. Examples:
Some placements will result in sub-optimal routing (e.g. using general interconnect). Examples:
I can give more examples if needed.
FYI @vaughnbetz @mkurc-ant
The text was updated successfully, but these errors were encountered: