1.新建一个文件比如runlvl添加以下命令,把A和B的gds name和top cell name分别代入
/rm -rf *rpt *report
dbdiff -system GDS -design ./A.GDS TOP_CELL_NAME_A -refdesign ./B.GDS TOP_CELL_NAME_B -report my.rpt -turbo 4 -comparetext -report my.report -rdb my.rdb -sortlayer | tee log
dbdiff -system GDS -design ./A.GDS TOP_CELL_NAME_A -refdesign ./B.GDS TOP_CELL_NAME_B -comparetext -write_xor_rules my.xor
1.新建一个文件比如runlvl添加以下命令,把A和B的gds name和top cell name分别代入
/rm -rf *rpt *report
dbdiff -system GDS -design ./A.GDS TOP_CELL_NAME_A -refdesign ./B.GDS TOP_CELL_NAME_B -report my.rpt -turbo 4 -comparetext -report my.report -rdb my.rdb -sortlayer | tee log
dbdiff -system GDS -design ./A.GDS TOP_CELL_NAME_A -refdesign ./B.GDS TOP_CELL_NAME_B -comparetext -write_xor_rules my.xor
举报