-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6529 from gadfort/rsz-dont-use
rsz: copy dontuse from liberty cell to allow for user control
- Loading branch information
Showing
10 changed files
with
165 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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,35 @@ | ||
[INFO ODB-0227] LEF file: Nangate45/Nangate45.lef, created 22 layers, 27 vias, 135 library cells | ||
[INFO ODB-0128] Design: gcd | ||
[INFO ODB-0130] Created 54 pins. | ||
[INFO ODB-0131] Created 571 components and 2554 component-terminals. | ||
[INFO ODB-0132] Created 5 special nets and 1142 connections. | ||
[INFO ODB-0133] Created 528 nets and 1412 connections. | ||
Don't Use Cells: | ||
ANTENNA_X1 | ||
FILLCELL_X1 | ||
FILLCELL_X2 | ||
FILLCELL_X4 | ||
FILLCELL_X8 | ||
FILLCELL_X16 | ||
FILLCELL_X32 | ||
LOGIC0_X1 | ||
LOGIC1_X1 | ||
Don't Use Cells: | ||
FILLCELL_X1 | ||
FILLCELL_X2 | ||
FILLCELL_X4 | ||
FILLCELL_X8 | ||
FILLCELL_X16 | ||
FILLCELL_X32 | ||
LOGIC0_X1 | ||
LOGIC1_X1 | ||
Don't Use Cells: | ||
ANTENNA_X1 | ||
FILLCELL_X1 | ||
FILLCELL_X2 | ||
FILLCELL_X4 | ||
FILLCELL_X8 | ||
FILLCELL_X16 | ||
FILLCELL_X32 | ||
LOGIC0_X1 | ||
LOGIC1_X1 |
This file contains 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,18 @@ | ||
# check for library set dont use | ||
|
||
source "helpers.tcl" | ||
|
||
read_liberty Nangate45/Nangate45_typ.lib | ||
read_lef Nangate45/Nangate45.lef | ||
read_def "gcd_nangate45_placed.def" | ||
|
||
report_dont_use | ||
|
||
# unset dont_use from library | ||
unset_dont_use "ANTENNA_X1" | ||
|
||
report_dont_use | ||
|
||
reset_dont_use | ||
|
||
report_dont_use |
This file contains 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 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