Allow fixing of non-iopads #1189
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR was developed by @acomodi.
This PR allows VPR to place clusters other than IO pads, which is useful for placing clock elements explicitly.
Related Issue
#1045
Motivation and Context
In fabrics with specialized clocking networks, clock elements within the network may have specific requirements. See #1045 for discussion. For example, in the 7-series fabric, there are top global buffers and bottom global buffers. In order to use the dedicated clock path between an input pad and the global clock buffer, if the input pad is in the bottom half of the fabric, it needs to use a "bottom" global buffer, top half of the fabric, it needs to use a "top" global buffer.
Rather than finding a general solution to this problem, for now these elements are given fixed placements prior to running VPR via the IO fixing code. This PR enables that pathway to be more general, and fix any cluster, rather than just IO pads.
How Has This Been Tested?
Symbiflow has been using this code since December to place non-IO cluster instances.
Types of changes
Checklist: