So, I'm using openlane using `MAGIC_DRC_USE_GDS` s...
# magic
t
So, I'm using openlane using
MAGIC_DRC_USE_GDS
set to
0
( since SRAM throws a lot of error ). This runs DRC on DEF + LEF. So far so good. However if I look at the
logs/magic/magic.drc
text file and the drc I see with
magic
when opening the
.drc.mag
files, they are not the same ? Some errors are commons ( things like Min area of metal 1 holes ). Some are not: I get some
All nwells must contain metal-connected N+ taps  in the
.drc` file but not interactively. And on the other side, I get some "Poly resistor spacing to poly < 0.48um" interactively and not in the
.drc
file.