【SKILL】hierarchy copy and update

viewTypeList = list("maskLayout" "schematic" "schematicSymbol")

srcList = gdmCreateSpecList()

src = gdmCreateSpec(t_lib cell_name "" "" "CDBA")

gdmAddSpecToSpecList(src srcList)

destList = gdmCreateSpecList()

skipList = gdmCreateSpecList()

skipLibs = list("tmscN28" "basic")

foreach(refLib skipLibs

  gdmAddSpecToSpecList(gdmCreateSpec(refLib "" "" "" "CDBA") skipList)

);end

dest = gdmCreateSpec(s_lib cell_name "" "" "CDBA")

gdmAddSpecToSpecList(dest destList)

ccpCopyDesign(src dest t 'CCP_EXPAND_ALL skipList viewtypeList nil "" "CDBA" 'CCP_UPDATE_DESTLIB_ONLY)

 

posted @ 2024-02-07 11:06  Vincent_Wood  阅读(38)  评论(0编辑  收藏  举报