Skip to content

Commit 8739eef

Browse files
authored
Merge pull request #358 from The-OpenROAD-Project-staging/halo2
Set pdn halo to 2 to match tap halo.
2 parents 57c00c6 + 36a1d02 commit 8739eef

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)