From 3e1a0ea99f9cc9a7605fe7c10b67a38cefd7e372 Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 14 Nov 2007 20:43:36 +0000 Subject: [PATCH] xspice dev info needed --- src/spicelib/devices/bsim4v2/bsim4v2init.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/spicelib/devices/bsim4v2/bsim4v2init.c b/src/spicelib/devices/bsim4v2/bsim4v2init.c index 7255da165..693cfee82 100644 --- a/src/spicelib/devices/bsim4v2/bsim4v2init.c +++ b/src/spicelib/devices/bsim4v2/bsim4v2init.c @@ -21,6 +21,22 @@ SPICEdev BSIM4v2info = { &BSIM4v2mPTSize, BSIM4v2mPTable, + +#ifdef XSPICE +/*---- Fixed by SDB 5.2.2003 to enable XSPICE/tclspice integration -----*/ + NULL, /* This is a SPICE device, it has no MIF info data */ + + 0, /* This is a SPICE device, it has no MIF info data */ + NULL, /* This is a SPICE device, it has no MIF info data */ + + 0, /* This is a SPICE device, it has no MIF info data */ + NULL, /* This is a SPICE device, it has no MIF info data */ + + 0, /* This is a SPICE device, it has no MIF info data */ + NULL, /* This is a SPICE device, it has no MIF info data */ +/*--------------------------- End of SDB fix -------------------------*/ +#endif + DEV_DEFAULT },