Skip to content
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

Merged
merged 6 commits into from
Jul 29, 2024

Conversation

QuantamHD
Copy link
Collaborator

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.

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]>
Copy link
Contributor

@github-actions github-actions bot left a 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

src/rmp/src/logic_cut.h Show resolved Hide resolved
src/rmp/src/logic_cut.h Show resolved Hide resolved
src/rmp/src/logic_cut.h Show resolved Hide resolved
src/rmp/src/logic_cut.h Show resolved Hide resolved
src/rmp/src/logic_cut.h Show resolved Hide resolved
src/rmp/src/logic_cut.h Show resolved Hide resolved
src/rmp/src/logic_cut.h Show resolved Hide resolved
src/rmp/src/logic_cut.h Show resolved Hide resolved
src/rmp/src/logic_cut.h Show resolved Hide resolved
src/rmp/src/logic_cut.h Show resolved Hide resolved
Signed-off-by: Ethan Mahintorabi <[email protected]>
Copy link
Contributor

@github-actions github-actions bot left a 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

src/rmp/src/logic_extractor.cpp Outdated Show resolved Hide resolved
src/rmp/src/logic_extractor.cpp Outdated Show resolved Hide resolved
Signed-off-by: Ethan Mahintorabi <[email protected]>
Signed-off-by: Ethan Mahintorabi <[email protected]>
Signed-off-by: Ethan Mahintorabi <[email protected]>
Copy link
Contributor

@github-actions github-actions bot left a 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

src/rmp/src/logic_extractor.cpp Show resolved Hide resolved
src/rmp/src/logic_extractor.cpp Show resolved Hide resolved
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

2 similar comments
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@QuantamHD QuantamHD requested a review from maliberty July 27, 2024 15:25
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@maliberty maliberty enabled auto-merge July 29, 2024 17:23
@maliberty maliberty merged commit 4e4cd6e into The-OpenROAD-Project:master Jul 29, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants