update the model checking

This commit is contained in:
Holger Vogt 2020-12-27 16:06:00 +01:00
parent c228872e2f
commit b1daabbe95
4 changed files with 1421 additions and 1556 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2407,7 +2407,8 @@ int Size_Not_Found, i;
if (BSIM4checkModel(model, here, ckt))
{
SPfrontEnd->IFerrorf (ERR_FATAL, "Fatal error(s) detected during BSIM4.8.1 parameter checking for %s in model %s", model->BSIM4modName, here->BSIM4name);
SPfrontEnd->IFerrorf(ERR_FATAL,
"detected during BSIM4.8.1 parameter checking for \n model %s of device instance %s\n", model->BSIM4modName, here->BSIM4name);
return(E_BADPARM);
}
} /* End instance */

File diff suppressed because it is too large Load Diff

View File

@ -2313,7 +2313,8 @@ int Size_Not_Found, i;
if (BSIM4v7checkModel(model, here, ckt))
{
SPfrontEnd->IFerrorf (ERR_FATAL, "Fatal error(s) detected during BSIM4v7.6.0 parameter checking for %s in model %s", model->BSIM4v7modName, here->BSIM4v7name);
SPfrontEnd->IFerrorf(ERR_FATAL,
"detected during BSIM4.7.0 parameter checking for \n model %s of device instance %s\n", model->BSIM4v7modName, here->BSIM4v7name);
return(E_BADPARM);
}
} /* End instance */