|
|
|
@ -192,7 +192,7 @@ MOS3temp(GENmodel *inModel, CKTcircuit *ckt) |
|
|
|
} |
|
|
|
|
|
|
|
if(here->MOS3l - 2 * model->MOS3latDiff + |
|
|
|
model->MOS3lengthAdjust <1e-6) { |
|
|
|
model->MOS3lengthAdjust <= 0) { |
|
|
|
(*(SPfrontEnd->IFerror))(ERR_FATAL, |
|
|
|
"%s: effective channel length less than zero", |
|
|
|
&(here->MOS3name)); |
|
|
|
@ -200,7 +200,7 @@ MOS3temp(GENmodel *inModel, CKTcircuit *ckt) |
|
|
|
} |
|
|
|
|
|
|
|
if(here->MOS3w - 2 * model->MOS3widthNarrow + |
|
|
|
model->MOS3widthAdjust <1e-6) { |
|
|
|
model->MOS3widthAdjust <= 0) { |
|
|
|
(*(SPfrontEnd->IFerror))(ERR_FATAL, |
|
|
|
"%s: effective channel width less than zero", |
|
|
|
&(here->MOS3name)); |
|
|
|
|