Skip to content

sta: expose the dbMod* in tcl#10316

Open
gadfort wants to merge 5 commits intoThe-OpenROAD-Project:masterfrom
gadfort:sta-debug
Open

sta: expose the dbMod* in tcl#10316
gadfort wants to merge 5 commits intoThe-OpenROAD-Project:masterfrom
gadfort:sta-debug

Conversation

@gadfort
Copy link
Copy Markdown
Collaborator

@gadfort gadfort commented May 2, 2026

Summary

Add access to the dbMod* objects in dbSta and associated containers

Type of Change

  • New feature

Impact

No, change just more helper methods

Verification

  • I have verified that the local build succeeds (./etc/Build.sh).
  • I have run the relevant tests and they pass.
  • My code follows the repository's formatting guidelines.
  • I have signed my commits (DCO).

Related Issues

Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
@gadfort gadfort requested a review from maliberty May 2, 2026 21:00
@gadfort gadfort changed the title sta: expose the mod* in tcl sta: expose the dbMod* in tcl May 2, 2026
@github-actions github-actions Bot added the size/S label May 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

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

Copy link
Copy Markdown
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

This pull request adds several functions to convert STA instances, ports, pins, and nets to their database module equivalents and updates the SWIG container wrappers. The review feedback highlights a bug in the sta_to_db_port implementation regarding top-level port handling and suggests simplifying the implementation of several functions by utilizing existing dbNetwork helper methods such as flatPin, hierPin, and flatNet.

Comment thread src/dbSta/src/dbSta.i
Comment thread src/dbSta/src/dbSta.i
Comment thread src/dbSta/src/dbSta.i
Comment thread src/dbSta/src/dbSta.i
Comment thread src/dbSta/src/dbSta.i
gadfort added 2 commits May 2, 2026 20:28
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

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

@gadfort gadfort marked this pull request as draft May 4, 2026 21:38
Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
@gadfort gadfort marked this pull request as ready for review May 4, 2026 22:11
@github-actions github-actions Bot added size/M and removed size/S labels May 4, 2026
Signed-off-by: Peter Gadfort <gadfort@zeroasic.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

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

2 similar comments
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant