tnt
05/21/2024, 10:11 AMnsdm.2
and psdm.2
but those layers are entirely automatically generated by magic, I didn't touch them.
( It's psdm.2 : min. psdm width in periphery : 0.38um
and nsdm.2 : min. nsdm width in periphery : 0.38um
)
( See screenshot of the pdsm
generated by magic. It's a simple compact inverter with the tap for nwell/pwell next to it )Mitch Bailey
05/21/2024, 12:27 PMcif see PSDM
(feedback clear
to erase the markers). You can also force magic to output a generated layer with the MASK_HINTS
MASKHINTS_<layer>
property. Maybe you can use that to create a pattern with no errors.tnt
05/21/2024, 12:29 PMMitch Bailey
05/21/2024, 2:20 PMMASKHINTS_NDSM "1 1 10 10" "100 100 200 200"
tnt
05/21/2024, 2:38 PMTim Edwards
05/22/2024, 12:57 AMMASKHINTS_NDSM "1 1 10 10 100 100 200 200"
Magic will parse the string in groups of four coordinates (llx lly urx ury).