原创 用calibre做lvs的实用脚本

2010-12-4 20:14 6231 30 30 分类: 消费电子

转载自:http://bbs.eetop.cn/viewthread.php?tid=210127

 

包括verilog到cdl的转换; ip cdl的调用.

lvs中常见单元名称不匹配的修正;

calibre命令行的执行

 

v2lvs -v signoff/ top_final_inv.v \
-l library/verilog/hjtc18.v \
-l library/verilog/hjtc18IO_line.v \
-o  top_final.cdl

cat library/lvs/HJ18IOLIB_L.cdl  library/lvs/stdcells.cdl  top_final.cdl >  top_temp.cdl
sed -e 's/XPLCORNER/*XPLCORNER/g'  top_temp.cdl >  top_full.cdl
sed -e 's/XSPLIT/*XSPLIT/g'  top_full.cdl >  top_temp.cdl

sed -e 's/\P_33_G2/\PT\ /g'  top_temp.cdl >  top_full.cdl
sed -e 's/\P_18_G2/\P\ /g'  top_full.cdl >  top_temp.cdl
sed -e 's/\N_33_G2/\NT\ /g'  top_temp.cdl >  top_full.cdl
sed -e 's/\N_18_G2/\N\ /g'  top_full.cdl >  top_temp.cdl
#sed -e 's/\DION_G2/\DN\ /g'  top_temp.cdl >  top_full.cdl

sed -e 's/vdd/VDD/g'  top_temp.cdl >  top_full.cdl
sed -e 's/ANTFIXHD/*ANTFIXHD/g'  top_full.cdl >  top_temp.cdl
sed -e 's/gnd/GND/g'  top_temp.cdl >  top_full.cdl

#cat  top_temp.cdl >  top_full.cdl


calibre -lvs -hier -spice  top.sp  LVS-LA-003-1P6M-GENERICII_CALIBRE-LVS-2.1-P18.txt

# calibre -lvs -spice  top.sp -turbo LVS-MA-002-1P6M-MMC-CALIBRE-LVS-1.2-P8.txt

文章评论0条评论)

登录后参与讨论
我要评论
0
30
关闭 站长推荐上一条 /2 下一条