While running DRC in sky130, I am getting a error ...
# ieee-sscs-dc-24
s
While running DRC in sky130, I am getting a error for my model. Although it passes, it shows a soft error! Any suggestions?
Copy code
Loading DRC CIF style.
No errors found.
[INFO]: DONE with /tmp/tmplm9chp_4/CM.rpt

Using technology "sky130A", version 1.0.471-0-g97d0844

Soft errors: 
Error while reading cell "CM" (byte position 116): Unknown layer/datatype in boundary, layer=64 type=44

{'result_str': 'magic drc script passed\nNo errors found in DRC report', 'subproc_code': 0}
m
@Saptarshi Ghosh Looks like
66/44
is the pwell drawing layer. This layer is not used in the magic tech file, so that’s what’s causing the warning, I think.
s
Thats a lot David and Sudhanshu! Now I remember that is has been discussed. Actually I think adding a pwell when doing nfet is not necessary . Thanks a lot for the suggestion and delay in replying!