Skip to content

Commit 36a1d02

Browse files
committed
Set pdn halo to 2 to match tap halo.
If pdn halo > tap halo then you get stripes that can't be connected to the grid near macros leading to poor ir-drop. Signed-off-by: Matt Liberty <[email protected]>
1 parent 54c29a5 commit 36a1d02

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

flow/platforms/nangate45/pdn.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Floorplan information - core boundary coordinates, std. cell row height,
22
# minimum track pitch as defined in LEF
33

4-
set ::halo 4
4+
set ::halo 2
55

66
# POWER or GROUND #Std. cell rails starting with power or ground rails at the bottom of the core area
77
set ::rails_start_with "POWER" ;

flow/platforms/sky130hd/pdn.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Floorplan information - core boundary coordinates, std. cell row height,
22
# minimum track pitch as defined in LEF
33

4+
set ::halo 2
45

56
# POWER or GROUND #Std. cell rails starting with power or ground rails at the bottom of the core area
67
set ::rails_start_with "POWER" ;

flow/platforms/sky130hs/pdn.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Floorplan information - core boundary coordinates, std. cell row height,
22
# minimum track pitch as defined in LEF
33

4+
set ::halo 2
45

56
# POWER or GROUND #Std. cell rails starting with power or ground rails at the bottom of the core area
67
set ::rails_start_with "POWER" ;

0 commit comments

Comments
 (0)