-
Notifications
You must be signed in to change notification settings - Fork 589
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
Hier-RTLMP Fix #6371
Hier-RTLMP Fix #6371
Conversation
…which converts the placement blockages into macros with fence constraints Signed-off-by: ZhiangWang033 <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file appears to have be reformatted unnecessarily.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likewise, unnecessary reformatting.
return false; | ||
}; | ||
|
||
if (checkBalance() == false) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to just be a workaround to the underlying TP bug. I think @AcKoucher has identified the root cause as being bad initial partitioning.
@AcKoucher should this be closed as you are folding it into another PR? |
@maliberty Yes. I'm closing this. |
fix the TP invalid partitioning issue and add the real_blockage_flag which converts the placement blockages into macros with fence constraints. Also, the IO blockage will be treated as placement blockages.