Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What are PSPICE NMOS parameter values?

Status
Not open for further replies.

sys_eng

Full Member level 4
Joined
Aug 3, 2016
Messages
193
Helped
0
Reputation
2
Reaction score
1
Trophy points
18
Activity points
1,489
model.png

In the model editor, there are No values specified for W, L, Tox, VTO, KP, GAMMA..etc

I know you can override those values but what are their default values?

I can't seem to locate where is NMOS PSPICE model default parameter values are located.
 

There are no such "default" values.Every NMOS has its' own SPICE model parameters.
In additional to, W,L,Tox,Vto etc. are not SPICE parameters,They are physical and process dependent parameters and they cannot be used SPICE or similar simulators.
 

There are no such "default" values.Every NMOS has its' own SPICE model parameters.
In additional to, W,L,Tox,Vto etc. are not SPICE parameters,They are physical and process dependent parameters and they cannot be used SPICE or similar simulators.

What?
I simulated the mbreakn transistor, if it doesn't have default process parameters then how does it behaves like a transistor? Look at mbreakn transistor model file shown with above picture, it looks like empty file.

Pspice does use those process parameters. I have a circuit text file and bring it into pspice, it does simulated
 

Here are the Spice parameters for a typical N-MOSFET, BUZ11:

.model BUZ11 VDMOS( Rg=3 Rd=5m Rs=1m Vto=3.0 Kp=9 Cgdmax=2n Cgdmin=.15n Cgs=0.8n Cjo=1n Is=2.3p Rb=6m mfg=Fairchild Vds=50 Ron=40m Qg=27n)

As you can see there are no W, L, Tox, GAMMA..etc process parameters except for Vto and Kp.
Spice does not use most process parameters nor does it recognize them if you enter them in the model.
 

Here are the Spice parameters for a typical N-MOSFET, BUZ11:

.model BUZ11 VDMOS( Rg=3 Rd=5m Rs=1m Vto=3.0 Kp=9 Cgdmax=2n Cgdmin=.15n Cgs=0.8n Cjo=1n Is=2.3p Rb=6m mfg=Fairchild Vds=50 Ron=40m Qg=27n)

As you can see there are no W, L, Tox, GAMMA..etc process parameters except for Vto and Kp.
Spice does not use most process parameters nor does it recognize them if you enter them in the model.

1)why does the mbreakn transistor from breakout pspice library has no SPICE parameters? It's look empty from above picture.
2)you sure PSpice doesn't use W, L parameters?? Because I change W,L on schematic and rerun the simulation, the values of the current change. Bigger W generates bigger current. So, it does looks like Pspice use W,L parameters.
 

Reading the PSpice reference manual had saved this thread.

All available MOS model parameters and their default values are listed under Analog Devices/MOSFET/MOSFET model parameters.

why does the mbreakn transistor from breakout pspice library has no SPICE parameters?
Because it uses the default NMOS model. Review breakout.lib to see the mbreakn definition.
So, it does looks like Pspice use W,L parameters.
Surely it does. See MOS parameter list.
 

What?
I simulated the mbreakn transistor, if it doesn't have default process parameters then how does it behaves like a transistor? Look at mbreakn transistor model file shown with above picture, it looks like empty file.

Pspice does use those process parameters. I have a circuit text file and bring it into pspice, it does simulated

There should be a default values for NMOS transistor in your simulator.
Once again, Process Parameters are NOT used in SPICE or similar simulators.W and L are Physical Parameters and they are Relative to Process Parameters.
Example :Two physically identical MOS transistors have same physical parameters but their processes are different.You will get different results.

SPICE Parameters are mathematical and modeled representation with some sort of parameters of a physical device.Here W and L can be parametric but they are still related to Process Specifications.
 

Reading the PSpice reference manual had saved this thread.

All available MOS model parameters and their default values are listed under Analog Devices/MOSFET/MOSFET model parameters.


Because it uses the default NMOS model. Review breakout.lib to see the mbreakn definition.

Surely it does. See MOS parameter list.
What Analog Devices/MOSFET/MOSFET parameters? I don't have it.

For me, anything for Pspice simulation, its C:\Program Files\Orcad\Capture\Library\Pspice.
lib.png

There's nothing under mbreakn definition except one line. .model Mbreakn NMOS
and where's NMOS defined? It's not under anywhere. It's not under breakout.lib , nor under anlg_dev.lib, none found
 

One ineffective way is to use the window explorer search on the top right and type Mbreakn.
 

One ineffective way is to use the window explorer search on the top right and type Mbreakn.
I already found mbreakn, which is under breakout.lib.

The issue try to NMOS spice definition.
 

What Analog Devices/MOSFET/MOSFET parameters? I don't have it.
The keyword in my post is PSpice reference manual. I can't believe that your are using PSpice without ever reviewing this essential document. Analog Devices/MOSFET/MOSFET parameters is referring to a specific paragraph in the reference manual.

In case the reference manual has been somehow deleted from your PSpice installation, just type in "PSpice reference manual" at google.

There's nothing under mbreakn definition except one line. .model Mbreakn NMOS
That's what I said.

and where's NMOS defined? It's not under anywhere. It's not under breakout.lib , nor under anlg_dev.lib, none found

NMOS is name of a the generic model. It has built-in default parameters.
 

T NMOS is name of a the generic model. It has built-in default parameters.

Ok, got it.
So this NMOS generic model is not available for viewing then.
 

transistor curve for NMOS

transistor2.png

The transistor curve looks right. However, I do not know the transistor's W,L dimension.

and also how do I set a multiplier for a transistor. For example, 10x width of this default transistor.
 
Last edited by a moderator:

Again, if you want to know the default NMOS parameters, read the reference manual.
 

Again, if you want to know the default NMOS parameters, read the reference manual.
It says "if L and W default not set, their default value is 100 u" . So W=100u, L=100u by default.
If I want to set 10x the width, then M=10 as multiplier.
 

It says "if L and W default not set, their default value is 100 u" . So W=100u, L=100u by default.
If I want to set 10x the width, then M=10 as multiplier.
How do you know that ??? Ids is proportional to W/L ratio ( and to process dependent others ), absolute W and L values have no sense without necessary process information.
 

I agree that L and W have no physical meaning without respective other process related SPICE parameters and a geometry based model level.

It should be also mentioned that the default NMOS parameters don't make a typical transistor, e.g. regarding threshold voltage VTO of 0V.
 

How do you know that ??? Ids is proportional to W/L ratio ( and to process dependent others ), absolute W and L values have no sense without necessary process information.

Because it says so in the paragraph 100u
mos.jpg
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top