Skip to content

Commit 48b8790

Browse files
authored
Merge pull request #2322 from Pinata-Consulting/tapcell-typo
asap7: tapcell.tcl typo fix for -halo_width_y, was using MACRO_HALO_X
2 parents 56eeead + 3ce7ed6 commit 48b8790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/platforms/asap7/openRoad/tapcell.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tapcell \
1010
-tapcell_master "$::env(TAP_CELL_NAME)" \
1111
-endcap_master "$::env(TAP_CELL_NAME)" \
1212
-halo_width_x $::env(MACRO_HALO_X) \
13-
-halo_width_y $::env(MACRO_HALO_X)
13+
-halo_width_y $::env(MACRO_HALO_Y)

0 commit comments

Comments
 (0)