一、合并后的完整代码
# ====================================================== # Innovus TCL Script: Create Stitching/Boundary Shapes from Floorplan # Description: Auto-capture floorplan boundary coordinates and create # centered stitching shapes at the midpoints # ====================================================== # ------------------------------------------------------ # User Configuration Variables # ------------------------------------------------------ set m 10.0 set n 10.0 set stitch_layer "BD10" # ------------------------------------------------------ # Get Floorplan Boundary Coordinates using dbGet top.fplan.box # ------------------------------------------------------ set fp_box [dbGet top.fplan.box] puts "Raw floorplan box: $fp_box" # Remove outer bra