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

ihp-sg32g2: update pdn.tcl to connect IO pads by default #2534

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

Syndace
Copy link
Contributor

@Syndace Syndace commented Oct 31, 2024

IHP's new I/O pads connect power on TopMetal2 with pins called "vdd" and "vss". This change adds the pin names and the necessary layer connections to pdn.tcl such that the I/O pads connect to the PDN by default.

Comment on lines 26 to +30
add_pdn_connect -grid {grid} -layers {Metal1 Metal5}
add_pdn_connect -grid {grid} -layers {Metal5 TopMetal1}
# I/O pads
add_pdn_connect -grid {grid} -layers {Metal5 TopMetal2}
add_pdn_connect -grid {grid} -layers {TopMetal1 TopMetal2}
Copy link
Member

Choose a reason for hiding this comment

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

@gadfort does this look right? There seems to be some redundancy.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a bit unusual since the I/O cells connect on TM2, the top-most layer, in both directions, disregarding the layer's routing direction and making it impossible to via upwards first.

Here are two screenshots comparing the results with and without the M5 <-> TM2 connection:

With:
with

Without:
without

The difference is a little weird. Without the connection, there are far fewer but not zero horizontal connections.

@maliberty maliberty merged commit 1837132 into The-OpenROAD-Project:master Oct 31, 2024
6 checks passed
@Syndace Syndace deleted the ihp-pdn-io branch November 1, 2024 09:51
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