-
Notifications
You must be signed in to change notification settings - Fork 504
asap7, ihp-sg13g2: Insert fresh RC fit #3205
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
Merged
maliberty
merged 3 commits into
The-OpenROAD-Project:master
from
The-OpenROAD-Project-staging:asap7-ihp-new-rc
Jun 5, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,16 @@ | ||
| # correlateRC.py gcd,ibex,aes,jpeg,chameleon,riscv32i,chameleon_hier | ||
| # cap units pf/um | ||
| set_layer_rc -layer Metal1 -capacitance 3.49E-05 -resistance 0.135e-03 | ||
| set_layer_rc -layer Metal2 -capacitance 1.81E-05 -resistance 0.103e-03 | ||
| set_layer_rc -layer Metal3 -capacitance 2.14962E-04 -resistance 0.103e-03 | ||
| set_layer_rc -layer Metal4 -capacitance 1.48128E-04 -resistance 0.103e-03 | ||
| set_layer_rc -layer Metal5 -capacitance 1.54087E-04 -resistance 0.103e-03 | ||
| set_layer_rc -layer TopMetal1 -capacitance 1.54087E-04 -resistance 0.021e-03 | ||
| set_layer_rc -layer TopMetal2 -capacitance 1.54087E-04 -resistance 0.0145e-03 | ||
| # end correlate | ||
| # correlation result (aes, gcd, ibex, riscv32i, spi) | ||
| # Metal1 capacitance fixed up from -1.1e-05 to 1e-10 as a minuscule positive value | ||
| set_layer_rc -layer Metal1 -resistance 8.54576E-03 -capacitance 1e-10 | ||
| set_layer_rc -layer Metal2 -resistance 2.53519E-03 -capacitance 1.69121E-04 | ||
| set_layer_rc -layer Metal3 -resistance 1.54329E-03 -capacitance 1.82832E-04 | ||
| set_layer_rc -layer Metal4 -resistance 6.31424E-04 -capacitance 1.66454E-04 | ||
| set_layer_rc -layer Metal5 -resistance 6.84051E-04 -capacitance 8.57431E-05 | ||
| set_wire_rc -signal -resistance 2.07259E-03 -capacitance 1.73072E-04 | ||
| set_wire_rc -clock -resistance 2.48603E-03 -capacitance 1.44812E-04 | ||
|
|
||
| set_layer_rc -via Via1 -resistance 2.0E-3 | ||
| set_layer_rc -via Via2 -resistance 2.0E-3 | ||
| set_layer_rc -via Via3 -resistance 2.0E-3 | ||
| set_layer_rc -via Via4 -resistance 2.0E-3 | ||
| set_layer_rc -via TopVia1 -resistance 0.4E-3 | ||
| set_layer_rc -via TopVia2 -resistance 0.22E-3 | ||
|
|
||
| set_wire_rc -signal -layer Metal2 | ||
| set_wire_rc -clock -layer Metal5 |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems odd as the clock is routed on M4-M7 which signals are on M2-M7. I would expect clocks to see less resistance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clocks might be seeing more via resistance. I double-checked clocks and signals aren't swapped.