How do you paint the `tunm` ( SONOS ) in magic ?
# magic
t
How do you paint the
tunm
( SONOS ) in magic ?
m
@tnt Does painting
nsonos
over the gate (diffusion - poly intersection) work?
t
@Mitch Bailey Nope, that's what I tried but it doesn't seem to do anything and I get nothing in the resulting GDS either.
m
@tnt this is what I did. 1. paint ndiffusion 2. paint polysilicon That gave me an nfet
3.
Layers
->
Unlock base layers
4. set the box to the exact nfet region 5. paint
nsonos
That changed the nfet to nsonos.
I then did a
gds write test.gds
and opened the file in klayout. It’s not pretty, but the
tunm
layer is there.
t
@Mitch Bailey Ah yes, I was missing "Unlock base layers" ! Thanks !
t
BTW, the command for that is
tech unlock *
or in this case just
tech unlock nsonos
will do. I try not to lock layers but in a few cases the layers are very obscure, are used in very specific vendor-approved layouts, and locking the layer helps discourage people from using the layer unless they really know what they're doing.