有没人试过用calibre xrc抓gate level的spef
时间:10-02
整理:3721RD
点击:
我只用了一种std cell做测试,xcell文件格式如下:
invx1 invx1
在command file里面加了:
PEX NETLIST DISTRIBUTED "net.spef" SPEF PRIMETIME SOURCE GROUND VSS LOCATION
在terminal执行命令如下:
calibre -lvs -hier -spice svdb/test.sp -hcell xcell cal_rule_file
calibre -xrc -pdb -rc -xcell xcell cal_rule_file
calibre -xrc -fmt -all cal_rule_file
最终生成的还是transistor level的spef,请问哪里有问题啊
invx1 invx1
在command file里面加了:
PEX NETLIST DISTRIBUTED "net.spef" SPEF PRIMETIME SOURCE GROUND VSS LOCATION
在terminal执行命令如下:
calibre -lvs -hier -spice svdb/test.sp -hcell xcell cal_rule_file
calibre -xrc -pdb -rc -xcell xcell cal_rule_file
calibre -xrc -fmt -all cal_rule_file
最终生成的还是transistor level的spef,请问哪里有问题啊
hi谢谢