From 56ecfa9e69a6981e8478aed71f2978bd801129a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rp=C3=A1d=20B=C5=B1rmen?= Date: Mon, 23 Jun 2025 14:12:49 +0200 Subject: [PATCH] BSIM3 3.3.0 undeclared instance IC parameters. --- src/spicelib/devices/bsim3/b3.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/spicelib/devices/bsim3/b3.c b/src/spicelib/devices/bsim3/b3.c index 85bcb15c6..5707423ef 100644 --- a/src/spicelib/devices/bsim3/b3.c +++ b/src/spicelib/devices/bsim3/b3.c @@ -30,6 +30,9 @@ IOP( "geo", BSIM3_GEO, IF_INTEGER, "ACM model drain/source connection"), IOP( "delvto", BSIM3_DELVTO, IF_REAL, "Zero bias threshold voltage variation"), IOP( "mulu0", BSIM3_MULU0, IF_REAL, "Low field mobility multiplier"), IP( "ic", BSIM3_IC, IF_REALVEC , "Vector of DS,GS,BS initial voltages"), +IP( "icvgs", BSIM3_IC_VGS, IF_REAL , "GS initial voltage"), +IP( "icvds", BSIM3_IC_VDS, IF_REAL , "DS initial voltage"), +IP( "icvbs", BSIM3_IC_VBS, IF_REAL , "BS initial voltage"), OP( "gmbs", BSIM3_GMBS, IF_REAL, "Gmb"), OP( "gm", BSIM3_GM, IF_REAL, "Gm"), OP( "gds", BSIM3_GDS, IF_REAL, "Gds"),