-skip_io
#3962
Answered
by
maliberty
kareefardi
asked this question in
Q&A
`-skip_io`
#3962
-
|
Beta Was this translation helpful? Give feedback.
Answered by
maliberty
Sep 7, 2023
Replies: 1 comment
-
It ignore the IO ports when computing wirelength during placement. There is a circular dependency between global placement and io placement. We start the loop in ORFS by ignoring io placement while doing global placement, then do io placement, then re-run global placement considering IOs. Its not perfect but that's the use. @vvbandeira @luarss missing doc |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kareefardi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It ignore the IO ports when computing wirelength during placement. There is a circular dependency between global placement and io placement. We start the loop in ORFS by ignoring io placement while doing global placement, then do io placement, then re-run global placement considering IOs. Its not perfect but that's the use.
@vvbandeira @luarss missing doc