Is there by anychance a way to make the `nfetlvt` ...
# magic
t
Is there by anychance a way to make the
nfetlvt
the default temporarily when painting diffusion over poly so that I don't have to change it manually every time ?
t
Edit the magic tech file and in the
compose
section, change:
compose  nfet  poly  ndiff
to
compose nfetlvt  poly  ndiff
.
To be pedantic, you should also change
decompose nfetlvt poly ndiff
to
decompose nfet poly ndiff
a few lines further down, but if this is a temporary change for convenience, the first line should be sufficient.
t
Ack. Thanks.