Skip to content

Commit 1d02539

Browse files
committed
Modify - macro hallow for PDN gen can not be > macro's halo
Signed-off-by: louiic <[email protected]>
1 parent c41e7ad commit 1d02539

File tree

1 file changed

+1
-1
lines changed
  • flow/designs/asap7/mock-array

1 file changed

+1
-1
lines changed

flow/designs/asap7/mock-array/pdn.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ add_pdn_connect -grid {top} -layers {M5 M6}
2828
# Element grid
2929
####################################
3030
# The halo around the macro prevents pdn from blocking pin access
31-
define_pdn_grid -macro -cells Element -halo "3.0 3.0 3.0 3.0" -voltage_domains {CORE} -name ElementGrid
31+
define_pdn_grid -macro -cells Element -halo "0.25 0.25 0.25 0.25" -voltage_domains {CORE} -name ElementGrid
3232
add_pdn_connect -grid {ElementGrid} -layers {M5 M6}

0 commit comments

Comments
 (0)