摘要: 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 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 需要将cds.lib copy过来,保证abstract能够吃到工艺的相关信息 absSkillMode() absSetOption("NewLibraryPath" "./") absSetOption("NewLibraryName" "TEST") absSetLibrary("TEST") 阅读全文
posted @ 2024-02-01 15:29 Vincent_Wood 阅读(86) 评论(0) 推荐(0) 编辑
摘要: Place the below code in a SKILL file pretranslate.il ;; x pretranslate.il x procedure( poPreTranslate( lib cell view)prog( (cv)printf("In PreTranslate 阅读全文
posted @ 2024-01-25 15:33 Vincent_Wood 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 调整Layout最小grid: envSetVal("layout" "xSnapSpacing" `float 0.01) envSetVal("layout" "xSnapSpacing" `float 0.01) 检查pin顺序: envSetVal("auCore.misc" "update 阅读全文
posted @ 2024-01-16 15:21 Vincent_Wood 阅读(114) 评论(0) 推荐(0) 编辑