Hi Guys, I'm trying to make a power nmos I have us...
# analog-design
n
Hi Guys, I'm trying to make a power nmos I have used the multiplicity parameter in my spice file but in my layout I have made it using several nmos in parallel is there anyway I can get the LVS check not to fail because in the netgen LVS it has defined each transistor as a different net.
m
Are you using the open_pdks setup.tcl? Providing a test case might help us debug. There is a "parallel" property in netgen..
s
@User Are the transistors truly in parallel? that means all transistor terminals are connected together (gate to gate, source to source and so on). How can netgen assign a different net to each?
e
I think you mean like in section 3.2.1 of the ngspice manual right? http://ngspice.sourceforge.net/docs/ngspice-html-manual/manual.xhtml#tab_multiplier
That’s not going to pass LVS because ngspice will autogenerate names for the parallel devices that don’t exist in the netlist, so the netlist compare can never pass.
n
@User yes that’s right. Doesn’t pass on netgen. Sorry for the late response i was out sick for 2 weeks
@User yes they are completely in parallel. I used the setup.tcl mentioned by @User didn’t work. Not sure if we need an enhancement on Netgen to deal with this when M factors are present
m
@User You need to provide a test case.
n
@User sure ill set up an LVS and get back.