Browse Source

also version=3.30 usable

pre-master-46
dwarning 19 years ago
parent
commit
9b9f858ec5
  1. 2
      src/spicelib/devices/bsim3/b3check.c

2
src/spicelib/devices/bsim3/b3check.c

@ -32,7 +32,7 @@ FILE *fplog;
if ((fplog = fopen("b3v3check.log", "w")) != NULL)
{ pParam = here->pParam;
fprintf(fplog, "BSIM3v3.3.0 Parameter Checking.\n");
if (strcmp(model->BSIM3version, "3.3.0"))
if ((strcmp(model->BSIM3version, "3.3.0")) && (strcmp(model->BSIM3version, "3.30")))
{ fprintf(fplog, "Warning: This model is BSIM3v3.3.0; you specified a wrong version number.\n");
printf("Warning: This model is BSIM3v3.3.0; you specified a wrong version number.\n");
}

Loading…
Cancel
Save