Change the default model parameters so that reasonable
0.35µm transistor characteristics are achieved. QUA preocessing is untouched.
This commit is contained in:
parent
90c407ada0
commit
738e351f59
|
|
@ -83,7 +83,7 @@ BSIM3instance **InstArray;
|
|||
if (!model->BSIM3versionGiven)
|
||||
model->BSIM3version = copy("3.3.0");
|
||||
if (!model->BSIM3toxGiven)
|
||||
model->BSIM3tox = 150.0e-10;
|
||||
model->BSIM3tox = 100.0e-10;
|
||||
model->BSIM3cox = 3.453133e-11 / model->BSIM3tox;
|
||||
if (!model->BSIM3toxmGiven)
|
||||
model->BSIM3toxm = model->BSIM3tox;
|
||||
|
|
@ -115,9 +115,9 @@ BSIM3instance **InstArray;
|
|||
if (!model->BSIM3ketaGiven)
|
||||
model->BSIM3keta = -0.047; /* unit / V */
|
||||
if (!model->BSIM3nsubGiven)
|
||||
model->BSIM3nsub = 6.0e16; /* unit 1/cm3 */
|
||||
model->BSIM3nsub = 5.0e16; /* unit 1/cm3 */
|
||||
if (!model->BSIM3npeakGiven)
|
||||
model->BSIM3npeak = 1.7e17; /* unit 1/cm3 */
|
||||
model->BSIM3npeak = 1.0e17; /* unit 1/cm3 */
|
||||
if (!model->BSIM3ngateGiven)
|
||||
model->BSIM3ngate = 0; /* unit 1/cm3 */
|
||||
if (!model->BSIM3vbmGiven)
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ BSIM3v32instance **InstArray;
|
|||
*/
|
||||
|
||||
if (!model->BSIM3v32toxGiven)
|
||||
model->BSIM3v32tox = 150.0e-10;
|
||||
model->BSIM3v32tox = 100.0e-10;
|
||||
model->BSIM3v32cox = 3.453133e-11 / model->BSIM3v32tox;
|
||||
if (!model->BSIM3v32toxmGiven)
|
||||
model->BSIM3v32toxm = model->BSIM3v32tox;
|
||||
|
|
@ -130,9 +130,9 @@ BSIM3v32instance **InstArray;
|
|||
if (!model->BSIM3v32ketaGiven)
|
||||
model->BSIM3v32keta = -0.047; /* unit / V */
|
||||
if (!model->BSIM3v32nsubGiven)
|
||||
model->BSIM3v32nsub = 6.0e16; /* unit 1/cm3 */
|
||||
model->BSIM3v32nsub = 5.0e16; /* unit 1/cm3 */
|
||||
if (!model->BSIM3v32npeakGiven)
|
||||
model->BSIM3v32npeak = 1.7e17; /* unit 1/cm3 */
|
||||
model->BSIM3v32npeak = 1.0e17; /* unit 1/cm3 */
|
||||
if (!model->BSIM3v32ngateGiven)
|
||||
model->BSIM3v32ngate = 0; /* unit 1/cm3 */
|
||||
if (!model->BSIM3v32vbmGiven)
|
||||
|
|
|
|||
Loading…
Reference in New Issue