| Calibre runset file:compare.cal that includes tow layer map file layers_1.map and layers_2.map $cat layers_1.map //====================== //=== INPUT-LAYERS === //====================== LAYER MAP 0 DATATYPE 0 1001 LAYER L0 1001 $cat layers_2.map //====================== //=== INPUT-LAYERS === //====================== LAYER MAP 0 DATATYPE 0 1200 LAYER L0_new 1200 $cat compare.cal //=========================== //=== Setup Environment === //=========================== // LAYOUT DEPTH ALL RESOLUTION 1 PRECISION 1000 UNIT CAPACITANCE FF UNIT LENGTH U UNIT RESISTANCE OHM UNIT TIME US //================================ //=== Setup Defaults for DRC === //================================ // INCLUDE layers_1.map LAYOUT PATH "*1.db" LAYOUT PRIMARY "topCellName1" LAYOUT SYSTEM GDSII LAYOUT BUMP2 200 INCLUDE layers_2.map LAYOUT PATH2 "*2.db" LAYOUT PRIMARY2 "topCellName2" LAYOUT SYSTEM2 GDSII DRC MAXIMUM RESULTS 1000 DRC MAXIMUM VERTEX 1000 DRC RESULTS DATABASE "./svrf1.db" ASCII DRC SUMMARY REPORT "./svrf1.sum" //======================================= //===compare command for two layers //======================================= rule_compare.0 { @compare layer L0 with layer L0_new XOR L0 L0_new } |