flow: Move pre-place buffering from abc to OR floorplan#3101
Open
openroad-ci wants to merge 2 commits intoThe-OpenROAD-Project:masterfrom
Open
flow: Move pre-place buffering from abc to OR floorplan#3101openroad-ci wants to merge 2 commits intoThe-OpenROAD-Project:masterfrom
openroad-ci wants to merge 2 commits intoThe-OpenROAD-Project:masterfrom
Conversation
Signed-off-by: Martin Povišer <povik@cutebit.org>
ba891a1 to
9d56d8e
Compare
Contributor
|
Secure run at secure-floorplan-buffering |
oharboe
reviewed
Apr 24, 2025
| } | ||
|
|
||
| proc repair_design_helper {} { | ||
| proc repair_design_helper { {extra_args ""} } { |
Collaborator
There was a problem hiding this comment.
Just a heads up, used in global_route.tcl too. Should be fine near as I can see.
$ grep -r repair_design_helper scripts/*
scripts/floorplan.tcl: repair_design_helper
scripts/floorplan.tcl: repair_design_helper
scripts/global_route.tcl: repair_design_helper
scripts/resize.tcl:repair_design_helper
scripts/util.tcl:proc repair_design_helper {} {
Contributor
|
Non-metric failures from public CI: this has the symptoms of The-OpenROAD-Project/OpenROAD#6991 |
Contributor
|
Curious failure mode from macro placer on gf12/bp_single. @AcKoucher is there anything I should do to triage? |
Contributor
|
@povik I think this might be related with the approach we're using to deal with PADs in MPL - regarding how we map PADs with the internal objects of MPL. There is a PR that changes the current approach. Could you try using those changes? I just updated it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.