We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cb8ad commit 4669205Copy full SHA for 4669205
flow/designs/asap7/megaboom/macro-placement.tcl
@@ -10,6 +10,7 @@ set yMin [$coreArea yMin]
10
# macro pins on M4 starts with an offset of 0.012 from the bottom
11
# of the macro; then, will need to adjust the placement of the macro
12
# such that the pins will be on M4 grid
13
+set x $xMin
14
set y [expr $yMin - int(0.012 * $units)]
15
16
# the algorithm is to place macro such what if 2 macros are side by side,
0 commit comments