摘要: ALL_OD = OD OR OD_D A = SHRINK BOUNDARY RIGHT BY 0.5 B = BOUNDARY NOT A OD_ISO = B NOT (SIZE (SIZE ALL_OD BY 0.2) BY -0.2) OD_ISO_G = ENCLOSE RECTANGL 阅读全文
posted @ 2026-06-22 11:22 Vincent_Wood 阅读(11) 评论(0) 推荐(0)
摘要: cv = geGetEditCellView() list_del = list(markers steiners guides) foreach(del_lay list_del foreach(sh cv~>del_lay dbDeleteObject(sh) ):end for ):end f 阅读全文
posted @ 2026-04-14 14:34 Vincent_Wood 阅读(20) 评论(0) 推荐(0)
摘要: cv != ni then check_res = schCheck(cv) if(car(check_res) == 0 then sbSave(cv) else printf("error \n") ) dbClose(cv) 阅读全文
posted @ 2026-04-10 11:48 Vincent_Wood 阅读(21) 评论(0) 推荐(0)
摘要: 如果用原来的方式,还需要重新刷新一下CDF 那可以直接修改CDF a = cdfGetInstCDF(css()) cdfFindParamByName(a "nfin")~>value = "5" a~>parameters~>name 显示所有cdf参数 阅读全文
posted @ 2026-01-23 16:26 Vincent_Wood 阅读(45) 评论(0) 推荐(0)
摘要: pcDefinePCell( list(ddGetObj("TEST_DEMO") "BASIC" "layout" ) ( (PO_layer string "PO") (OD_layer string "OD") (PO_L string "6") (nFin int 2) );all para 阅读全文
posted @ 2026-01-12 16:28 Vincent_Wood 阅读(57) 评论(0) 推荐(0)
摘要: text_path = hiGetClipboard() rexCompile("/") text_path = rexReplace(text_path "." 0) schHiReturnToTop(geCurrentWindow()) path_list = parseString(text_ 阅读全文
posted @ 2025-12-11 16:23 Vincent_Wood 阅读(40) 评论(0) 推荐(0)
摘要: cv = geGetEditCellView() hier_str = geGetInstHier(getCurrentWindow()) rexCompile("/") hier_str = rexReplace(hier_str "/X" 0) tech_name = techGetTechFi 阅读全文
posted @ 2025-12-10 16:00 Vincent_Wood 阅读(26) 评论(0) 推荐(0)
摘要: 通常对一个Via做处理,如果是长孔改小孔,可以直接改bBox,那如果是方孔改大小,可以用如下函数 1:dbLayerSize(cv “VIA1” list(css()) 0.01)其中argu3必须是个List,同步会生成一个新的VIA1,再删除原来的shape,本质上是Boolean 2:leSi 阅读全文
posted @ 2025-11-10 15:55 Vincent_Wood 阅读(38) 评论(0) 推荐(0)
摘要: M3_space_center{@ M3 centerline space > 0.2 A = M3 WITH TXT POWER_NAME M3PIN PRIMARY ONLY A_WIDTH = DFM SAPCE A < 1 BY INT HORIZONTAL A_WIDTH_CENTERLI 阅读全文
posted @ 2025-06-03 15:29 Vincent_Wood 阅读(102) 评论(0) 推荐(0)
摘要: 首先定义M1 Pin,需要区分DATATYPE跟TEXTTYPE LAYER MAP 100 DATATYPE 10 10010 LAYER M1TXTi_drawing 10010 LAYER MAP 100 TEXTTYPE 11 10011 LAYER M1TXTi 10011 TEXT LA 阅读全文
posted @ 2025-04-28 14:20 Vincent_Wood 阅读(56) 评论(0) 推荐(0)