##merge GDS:add filling cell to top cell, not create new top. set layout1 set layout2 set output topCell.merged.gds set topcell set topcell_fill foreach cell { if { } { puts In conflict cell in $topcell and $topcell fill: $cell. Exit } ##$L import layout {handle | fi ...
##usage command: calibredrv ./flatten_gds_partial.tcl topcell_name ## this command will flatten the given gds, except the cells define in GOLDEN_CELL ## topcell.swap.gds should be found in the same folder, #or change the LAYOUT_IN to gds file. Output flatten GDS top cell cel na ...
;;remove steiners foreach(st geGetEditCellView()-steiners dbDeleteObject(st)) ;;Remove logic information. The net name will be removed, but not sure any objects are removed. ;;be careful to use! The logic information will be shown again once updated connection. ;;more information referring ...