Cluster or constrain on cell that might have multiple options #1465
Unanswered
KelvinChung2000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have implemented an architecture with a few bels of the same type but with different routing patterns within a tile/CLB. For example, the tile has 2 input FF (z=1, 2) connected to a LUT (z=0), and the output of the LUT is connected to another FF (z=3). How can I pack/constrain the cells in the circuit such that input FF to the LUT can be picked between z=1 and 2 but not placed at the output FF (z=3)?
Beta Was this translation helpful? Give feedback.
All reactions