Fix struct to enable compiling with XSPICE enabled.
This commit is contained in:
parent
1d264a26d3
commit
0c4aceff42
|
|
@ -26,6 +26,21 @@ SPICEdev RELMODELinfo = {
|
||||||
&RELMODELmPTSize,
|
&RELMODELmPTSize,
|
||||||
RELMODELmPTable,
|
RELMODELmPTable,
|
||||||
|
|
||||||
|
#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
|
DEV_DEFAULT
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue