hi everyone.
Suppose I instantiate a MOS in Xschem and tell it to be
W=10
and
nf=2
.
When I open up an empty
.mag
file in Magic and do
Import SPICE
, I get a MOS with truly 2 fingers, each 5 width, so that's great. However, the diffusion contacts are overlapped... That, itself, wouldn't be a problem - if I Magic was able to extract the middle node as source. What Magic does at extraction is:
• it calls the left diffusion of the left finger a source, and its right diffusion a drain.
• it calls the left diffusion of the right finger a source, and its right diffusion a drain.
That, further, means that these two fingers are actually connected in series... and I don't want that.
Can I perform
Import SPICE
in a way that MOS devices with multiple fingers are generated without diffusion contacts overlapping?
Or, even better, can I get them with diffusion contacts overlapping, but in such a way that diffusions are treated as:
D (finger1) S (finger2) D
so that both left and right finger get source contact in the middle?