Replies: 1 comment
-
Ended up using the first chain-breaker and just doing this after pin placement
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
-skip_io
option forppl
allows the pin placer to incorporate preliminary global placement info: #3962 (comment)Because of this, in our flow, we have this dependency chain:
ppl
requires global placement with skipioAttempting to introduce
mpl2
transforms it into an ouroboros:mpl2
requires pins to be placedppl
requires global placement with skipiompl2
There are a couple ways to break this chain:
mpl2
What do you guys recommend?
Beta Was this translation helpful? Give feedback.
All reactions