Skip to content

odb/tap: fix cut rows to prevent overlaps#9845

Open
eder-matheus wants to merge 12 commits intoThe-OpenROAD-Project:masterfrom
eder-matheus:tap_fix
Open

odb/tap: fix cut rows to prevent overlaps#9845
eder-matheus wants to merge 12 commits intoThe-OpenROAD-Project:masterfrom
eder-matheus:tap_fix

Conversation

@eder-matheus
Copy link
Member

Fixes #9116.

Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
@eder-matheus eder-matheus requested a review from gadfort March 19, 2026 20:36
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request addresses issue #9116 by introducing logic to prevent row overlaps. A specific comment has been provided regarding the use of a named constant for 'endcap width' calculation, aligning with the guideline to define tunable parameters as named constants for improved clarity and maintainability. The comment also raises a point about potential integer division issues.

@github-actions
Copy link
Contributor

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

Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
@eder-matheus eder-matheus enabled auto-merge March 20, 2026 00:02
@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

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

Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
@github-actions
Copy link
Contributor

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

@eder-matheus eder-matheus disabled auto-merge March 20, 2026 02:17
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
@eder-matheus eder-matheus enabled auto-merge March 20, 2026 02:38
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
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

Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
@github-actions
Copy link
Contributor

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

Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
@github-actions
Copy link
Contributor

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

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.

cut rows does not account for endcap corners sizes causing overlapping corner cells

2 participants