会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
vincent-wood
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2024年7月1日
【SVRF】Miss Via脚本
摘要: 通过Calibre来做一些Layout上的验证: LAYER M1i 61000 LAYER MAP 61 0 61000 ... LAYER M1pin_drawing 20000 LAYER MAP 61 DATATYPE 250 20000 LAYER M1pin 30000 LAYER MA
阅读全文
posted @ 2024-07-01 10:49 Vincent_Wood
阅读(161)
评论(0)
推荐(0)
2024年6月26日
【Skill】对一个或多个List里面的所有元素做同样操作
摘要: a = list(1 2 3 4) 我们想将a里面的所有int转换成string,只需要利用mapcar跟lambda即可: b = mapcar(lambda((x) sprintf(s "%d" x)) a) ==> list("1" "2" "3") a = list(1 2 3 4) b =
阅读全文
posted @ 2024-06-26 15:49 Vincent_Wood
阅读(192)
评论(0)
推荐(0)
【Skill】如何从底层快速Copy Layer到顶层
摘要: 1.利用dbShapeQuery函数 hier_list = dbShapeQuery(cv list("M1" "drawing") enterBox(?points mouseAddPt())) 2.利用transform dbCopyFig foreach(hier hier_list ;;h
阅读全文
posted @ 2024-06-26 15:13 Vincent_Wood
阅读(400)
评论(0)
推荐(0)
2024年6月18日
【SKILL】 XOR List
摘要: list1 = list( "A" "B" "C")list2 = list( "B" "C" "E" "F") result = append(setof(ele list1 !member(ele list2)) setof(ele list2 !member(ele list1))) 对于Fl
阅读全文
posted @ 2024-06-18 09:28 Vincent_Wood
阅读(30)
评论(0)
推荐(0)
2024年6月5日
【Skipper】Trace Net
摘要: [Def] M1A 31.255 [Def] M1B 31.256 [Def] M2A 32.255 [Def] M2B 32.255 [Def] CM1A 31.109 [Def] CM1B 31.110 [Def] VIA1 51.250 [Via] M1A M2A VIA1 [Via] M1A
阅读全文
posted @ 2024-06-05 10:57 Vincent_Wood
阅读(104)
评论(0)
推荐(0)
2024年5月11日
【Virtuoso】cdl connect配置
摘要: 在抽CDL的时候,如果用到了cds_thru器件,在子cell中,往往会生成为一个电阻 需要在.simrc中加入如下: when(simSimulator == "auCdl" procedure(CCSCdlConnect(netdpl)let(((fp netdpl->fd->fp)) artF
阅读全文
posted @ 2024-05-11 10:54 Vincent_Wood
阅读(476)
评论(0)
推荐(0)
2024年2月7日
【SKILL】hierarchy copy and update
摘要: viewTypeList = list("maskLayout" "schematic" "schematicSymbol") srcList = gdmCreateSpecList() src = gdmCreateSpec(t_lib cell_name "" "" "CDBA") gdmAdd
阅读全文
posted @ 2024-02-07 11:06 Vincent_Wood
阅读(119)
评论(0)
推荐(0)
2024年2月6日
【SKILL】修改schematic中管子的length,fin,finger
摘要: 正常在schematic中,想通过~>来逐层找到length,fin,finger是比较艰难的 需要用到下面的方法: l_para = dbSearchPropByName(cell "l") nfin_para = dbSearchPropByName(cell "nfin") fingers_p
阅读全文
posted @ 2024-02-06 16:15 Vincent_Wood
阅读(134)
评论(0)
推荐(0)
2024年2月5日
【csh】makefile实例
摘要: makefile实例: if(-e $1) then foreach cell (`awk '{print}' $1`) make -f ./makefile CELLNAME=$cell $argv[2-] end else make -f ./makefile CELLNAME=$1 $argv
阅读全文
posted @ 2024-02-05 15:28 Vincent_Wood
阅读(47)
评论(0)
推荐(0)
2024年2月1日
【Virtuoso】abstract的相关配置
摘要: 需要将cds.lib copy过来,保证abstract能够吃到工艺的相关信息 absSkillMode() absSetOption("NewLibraryPath" "./") absSetOption("NewLibraryName" "TEST") absSetLibrary("TEST")
阅读全文
posted @ 2024-02-01 15:29 Vincent_Wood
阅读(365)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告