Skip to content

Commit 4669205

Browse files
louiicmynguyenXS
andcommitted
Correct errors
Signed-off-by: louiic <[email protected]> Co-authored-by: My Nguyen <[email protected]>
1 parent 89cb8ad commit 4669205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/designs/asap7/megaboom/macro-placement.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set yMin [$coreArea yMin]
1010
# macro pins on M4 starts with an offset of 0.012 from the bottom
1111
# of the macro; then, will need to adjust the placement of the macro
1212
# such that the pins will be on M4 grid
13+
set x $xMin
1314
set y [expr $yMin - int(0.012 * $units)]
1415

1516
# the algorithm is to place macro such what if 2 macros are side by side,

0 commit comments

Comments
 (0)