Update on error checking for bsim4.6 model

This commit is contained in:
Holger Vogt 2020-12-26 18:22:58 +01:00
parent fdf7a6a868
commit 03a68683ca
2 changed files with 702 additions and 755 deletions

File diff suppressed because it is too large Load Diff

View File

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