-
Notifications
You must be signed in to change notification settings - Fork 872
pdn: only consider routing layer obstructions for grid obstructions #9520
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| [INFO ODB-0227] LEF file: Nangate45/Nangate45.lef, created 22 layers, 27 vias, 135 library cells | ||
| [INFO ODB-0227] LEF file: nangate_macros/fakeram45_64x32_via_obs.lef, created 1 library cells | ||
| [INFO ODB-0128] Design: RocketTile | ||
| [INFO ODB-0130] Created 269 pins. | ||
| [INFO ODB-0131] Created 547 components and 1304 component-terminals. | ||
| [INFO ODB-0132] Created 2 special nets and 1094 connections. | ||
| [INFO ODB-0133] Created 269 nets and 0 connections. | ||
| [INFO PDN-0001] Inserting grid: Core | ||
| [INFO PDN-0001] Inserting grid: sram - dcache.data.data_arrays_0.data_arrays_0_ext.mem | ||
| [INFO PDN-0001] Inserting grid: sram - frontend.icache.data_arrays_0.data_arrays_0_0_ext.mem | ||
| No differences found. |
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 |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| # test for define_pdn_grid -cells | ||
| source "helpers.tcl" | ||
|
|
||
| read_lef Nangate45/Nangate45.lef | ||
| read_lef nangate_macros/fakeram45_64x32_via_obs.lef | ||
|
|
||
| read_def nangate_macros/floorplan.def | ||
|
|
||
| add_global_connection -net VDD -pin_pattern {^VDD$} -power | ||
| add_global_connection -net VDD -pin_pattern {^VDDPE$} | ||
| add_global_connection -net VDD -pin_pattern {^VDDCE$} | ||
| add_global_connection -net VSS -pin_pattern {^VSS$} -ground | ||
| add_global_connection -net VSS -pin_pattern {^VSSE$} | ||
|
|
||
| set_voltage_domain -power VDD -ground VSS | ||
|
|
||
| define_pdn_grid -name "Core" | ||
| add_pdn_stripe -followpins -layer metal1 | ||
| add_pdn_stripe -followpins -layer metal2 | ||
|
|
||
| add_pdn_stripe -layer metal4 -width 0.48 -spacing 4.0 -pitch 49.0 -offset 2.5 | ||
| add_pdn_stripe -layer metal7 -width 1.4 -pitch 40.0 -offset 2.5 | ||
|
|
||
| add_pdn_connect -layers {metal1 metal2} | ||
| add_pdn_connect -layers {metal2 metal4} | ||
| add_pdn_connect -layers {metal4 metal7} | ||
|
|
||
| define_pdn_grid -macro -name "sram" -cells "fakeram45_64x32" -halo {8 8 8 8} | ||
| add_pdn_stripe -grid "sram" -layer metal5 -width 0.93 -pitch 10.0 -offset 2.0 | ||
| add_pdn_stripe -grid "sram" -layer metal6 -width 0.93 -pitch 10.0 -offset 2.0 | ||
|
|
||
| add_pdn_connect -grid "sram" -layers {metal4 metal5} | ||
| add_pdn_connect -grid "sram" -layers {metal5 metal6} | ||
| add_pdn_connect -grid "sram" -layers {metal6 metal7} | ||
|
|
||
| pdngen | ||
|
|
||
| set def_file [make_result_file macros_cells_halo_blocking.def] | ||
| write_def $def_file | ||
| diff_files macros_cells_halo_blocking.defok $def_file | ||
|
gadfort marked this conversation as resolved.
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.