-
Notifications
You must be signed in to change notification settings - Fork 571
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
rmp: Adds new logic cut library to remapper #5461
Conversation
This new logic remapper is step 2 of 3 to begin to do restructuring in the loop of global placement. This new logic library is extensible and can implement diferent stratigies. This version of the LogicExtractor takes a list of endpoints and will walk backwards until it reaches a cell that ABC cannot handle. Signed-off-by: Ethan Mahintorabi <[email protected]>
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.
clang-tidy made some suggestions
Signed-off-by: Ethan Mahintorabi <[email protected]>
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.
clang-tidy made some suggestions
Signed-off-by: Ethan Mahintorabi <[email protected]>
Signed-off-by: Ethan Mahintorabi <[email protected]>
Signed-off-by: Ethan Mahintorabi <[email protected]>
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.
clang-tidy made some suggestions
clang-tidy review says "All clean, LGTM! 👍" |
2 similar comments
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Ethan Mahintorabi <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
This new logic remapper is step 2 of 3 to begin to do restructuring in the loop of global placement. This new logic library is extensible and can implement diferent stratigies.
This version of the LogicExtractor takes a list of endpoints and will walk backwards until it reaches a cell that ABC cannot handle.