Browse Source

clarify level parameter for hisim and hisimhv

pre-master-46
dwarning 12 years ago
parent
commit
d671e70b6c
  1. 4
      src/spicelib/parser/inpdomod.c

4
src/spicelib/parser/inpdomod.c

@ -393,7 +393,7 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab)
("Device type SOI3 not available in this binary (STAG release)\n"); ("Device type SOI3 not available in this binary (STAG release)\n");
} }
break; break;
case 61: case 68:
case 68:
type = INPtypelook("HiSIM2"); type = INPtypelook("HiSIM2");
if (type < 0) { if (type < 0) {
err = err =
@ -401,7 +401,7 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab)
("Placeholder: Device type HiSIM2 not available in this binary\n"); ("Placeholder: Device type HiSIM2 not available in this binary\n");
} }
break; break;
case 62: case 73:
case 73:
type = INPtypelook("HiSIMHV"); type = INPtypelook("HiSIMHV");
if (type < 0) { if (type < 0) {
err = err =

Loading…
Cancel
Save