文章分类 -  PV-caliber

PV流程中的部分命令使用 和脚本环境
摘要:在进行LVS前需要将verilog转为cdl(即spice,其中要包含所有cell) 脚本如下: v2lvs -v xxx.lvs.v -s include.cdl -o xxxx.cdl 其中include.cdl的文件内容如下: .include empty.cdl .include xxx.c 阅读全文
posted @ 2024-09-10 14:21 chippeace 阅读(59) 评论(0) 推荐(0)
摘要:layout filemerge \ -in xxx.gds \ -in xxx.gds \ -rename \ -smartdiff \ -topcell xxxx \ -out xxx.gds 在in后面加入需要merge的gds文件路径,在topcell后面加入topcell的名字 分割线 c 阅读全文
posted @ 2024-09-10 14:04 chippeace 阅读(50) 评论(0) 推荐(0)