Skip to content

Conversation

@openroad-ci
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2025

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

Signed-off-by: Matt Liberty <[email protected]>
@maliberty maliberty enabled auto-merge October 5, 2025 05:15
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2025

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

for (dbInst* db_inst : db_insts) {
auto type = db_inst->getMaster()->getType();
if (!type.isCore() && !type.isBlock()) {
if (!type.isCore() && !type.isBlock() && !type.isEndCap()) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this includes PAD corner cells, will that cause an issue?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We exclude anything outside the core area.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason I ask is that the corner outlines can extend into the core in some processes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do they then block those sites?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no they don't, but they appear to because their bounding box can be fairly large.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They have a bounding box that exceeds their true size? Do you have an image you could share?

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.

3 participants