Hi, I am running into an XOR error, and i've loade...
# shuttle
c
Hi, I am running into an XOR error, and i've loaded the .xor.gds file into klayout and I have something as shown in the attached picture. Looking at the log file (which is supposed to give me the coordinates of the violation?) I only see coordinates for the root cell, and the only place where I can think of is the error is in this code block:
Copy code
"output" in: xor.rb.drc:43
    Polygons (raw): 0 (flat)  0 (hierarchical)
    Elapsed: 0.020s  Memory: 521.00M
--- Running XOR for 70/20 ---
"input" in: xor.rb.drc:39
    Polygons (raw): 184 (flat)  184 (hierarchical)
    Elapsed: 0.000s  Memory: 521.00M
"input" in: xor.rb.drc:39
    Polygons (raw): 184 (flat)  184 (hierarchical)
    Elapsed: 0.010s  Memory: 521.00M
"^" in: xor.rb.drc:39
    Polygons (raw): 1 (flat)  1 (hierarchical)
    Elapsed: 0.000s  Memory: 521.00M
XOR differences: 1
is there a way to interpret that to where this is happening on my schematic? Thanks!
m
load the gds as well so you can see where that line is
t
Layer 70:20 is metal3, and the XOR shape is whatever is shown in klayout, which looks like it might be just a long thin sliver of a metal3 wire that was just barely overlapping the edge of the user area boundary.
c
Thanks! It helped a lot! I was able to fix it