bujianhui
Newbie level 2
- Joined
- Mar 11, 2013
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,290
Wher can I find the default value of the instance parameter of BSIM model?such as AS, AD ,SA, SB.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.subckt mm_nmos d g s b w=0u l=0u as='2*0.42e-6*w' ad='2*0.42e-6*w' ps='4*0.42e-6+2*w' pd='4*0.42e-6+2*w' nrd=0 nrs=0 mltm=1
*
AFAIK there are no default values for AS, AD ; they have to be given for every single MOSFET. Sometimes they are given (or calculated from w and a fixed parameter) in a callable subcircuit:
Code:.subckt mm_nmos d g s b w=0u l=0u as='2*0.42e-6*w' ad='2*0.42e-6*w' ps='4*0.42e-6+2*w' pd='4*0.42e-6+2*w' nrd=0 nrs=0 mltm=1 *
SA & SB values have default values "0" (zero) in the original BSIM model (s. PDF below), or in some cases get extracted values in the individual models from the fab/foundry. View attachment 87903