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 2aa22d2 commit 07fcf60Copy full SHA for 07fcf60
flow/platforms/asap7/openRoad/tapcell.tcl
@@ -1,8 +1,10 @@
1
puts "\[INFO-FLOW\] Tap and End Cap cell insertion"
2
puts "\[INFO-FLOW\] TAP Cell : $::env(TAP_CELL_NAME)"
3
puts "\[INFO-FLOW\] ENDCAP Cell : $::env(TAP_CELL_NAME)"
4
+puts "\[INFO-FLOW\] Halo Around Macro : $::env(MACRO_HALO_X) $::env(MACRO_HALO_Y)"
5
puts "\[INFO-FLOW\] TAP Cell Distance : 25"
6
7
+# allow user to set the halo around macro with MACRO_HALO_?
8
tapcell \
9
-distance 25 \
10
-tapcell_master "$::env(TAP_CELL_NAME)" \
0 commit comments