866 Commits (a8c1104cfb80762f3cbbb5f72bdf4dc0fe799dd4)

Author SHA1 Message Date
Holger Vogt d3b7619754 add a flag timezero to trnoise_state 8 years ago
Holger Vogt d1a8637a29 store deck for command mc_source for each circuit in ft_curckt->ci_mcdeck 8 years ago
Holger Vogt 7ca61b3c98 New command 'setseed' with function com_sseed 8 years ago
Holger Vogt 09c876550f prevent string overflow by adding the string length 8 years ago
Holger Vogt 824ac4fbc9 make functions static or add function prototypes 8 years ago
Holger Vogt a98d01e5f8 Use only internal memory functions, replace 8 years ago
Holger Vogt 417dbfef72 undo the previous commits dealing with snprintf, 8 years ago
Holger Vogt 7153891293 raise buffer size by 1 to retain previous resolution 8 years ago
h_vogt 1066bf0a7b Store the numparam dicoS structure for each circuit in a list. 10 years ago
h_vogt 7198056a41 patch no. 16 by Thomy add a function cm_get_circuit to allow accessing the circuit structure ckt from within an XSPICE code model. This is a change to the interface and requires recopiling all code models! 10 years ago
h_vogt 11bafd70ea update to callback functions SendEvtData, SendInitEvtData 9 years ago
h_vogt c890435383 clarify pointers to data structures for event nodes 9 years ago
h_vogt b5f31ec2b1 version conflict rersolved in sharedspice.c 9 years ago
h_vogt e36b028cdb add wantevtdata if event output should be sent to caller 9 years ago
h_vogt b621875abf sharedspice.h, .c, prepare adding callback functions: new ngSpice_Init_Evt() and function pointers 9 years ago
h_vogt fc42cef878 New functions for XSPICE event node data exported from shared ngspice: ngGet_Evt_NodeInfo(char*) and ngSpice_AllEvtNodes(void) 9 years ago
rlar 1a39d3f59d spicelib/parser, support instance parameter defaults on .model lines 8 years ago
h_vogt d4adb027d2 avoid retrace in output graph by adding label 'noretraceplot' 10 years ago
Holger Vogt c1a64d9f49 make inp_compat_mode glabal 8 years ago
h_vogt 5c3a6a3829 new command 'mc_source' to internally reload circuit 10 years ago
Holger Vogt c0c3470dff add the simple vdmos capacitance model instead of Meyer's model 8 years ago
rlar 45a70b3a53 rewrite, use enum instead of #define sequences 8 years ago
rlar a729c2860c sensitivity, drop redundant #defines SENS_LIN/OCT/DEC/DEFPERT 8 years ago
rlar b803b294b4 frontend/parser/lexical.c, cp_lexer(), allow # and * comment 9 years ago
rlar 4ec2717079 struct card, #5/6, rewrite from type "card" to "struct card" 9 years ago
rlar 10a353ebf4 struct card, #4/6, drop typedef card 9 years ago
rlar 511cdd7188 struct card, #3/6, rename members from struct line to struct card 9 years ago
rlar 981fed70ca struct card, #2/6, drop struct line 9 years ago
rlar 8d93511a96 struct card, #1/6, minor cleanup 9 years ago
rlar 41c0ee45a2 introduce GENinstanceFree() and GENmodelFree() 8 years ago
rlar 8c7d7051ae GENmodel, GENinstance, change layout, #4/4, complete the change 8 years ago
rlar 2c9bfecbad GENmodel, GENinstance, change layout, #3/4, coccinelle semantic patch 8 years ago
rlar 4748c92de9 DEVdestroy(), change API, #2/2, complete the change, inclusive CKTdestroy() 8 years ago
rlar 3cd81295a8 DEVmodDelete(), change API, #2/2, complete the change 8 years ago
rlar c3ed42f486 DEVdelete(), change API, #2/2, complete the change 8 years ago
rlar e311096429 gendef.h, get rid of awkward counted GENnode macros 8 years ago
rlar 018a2d0e2f devices/*, unify, add missing instance struct member 'GENstate' 8 years ago
Holger Vogt 560cb6e970 plotting/grid.c, bug fix, avoid string buffer overflow 8 years ago
rlar c900cc8824 drop ngspice internal implementation of erfc() 9 years ago
dwarning a1d27b4257 dio, introduce qd as an alias for diode charge to get the right unit in plotting 9 years ago
rlar a7cc37b2e2 ifparm, fix numdev too 9 years ago
h_vogt c82ee9d949 introduce option "epsmin" 9 years ago
rlar 2f329bd8b4 N_MXVLNTH, drop noise variable name limitation 9 years ago
rlar 7afb798a6f check for illegal DEVsetup() DEVunsetup() patterns. 9 years ago
rlar 58874cc65e xspice, implement "CALLBACK" 9 years ago
rlar d32a32bdc8 ifparm, #14/16, res.c, missing IF_ORQUERY|IF_REDUNDANT, introduce IOPQOR 9 years ago
rlar cefb65507f ifparm, #13/16, res.c, missing IF_SETQUERY in an alias entry, introduce IOPQR 9 years ago
rlar 8d3acddc7b ifparm, #12/16, res.c, missing IF_PRINCIPAL in an alias entry, introduce IOPPR 9 years ago
rlar 614eebe944 ifparm, #11/16, res.c, missing IF_CHKQUERY for some alias entries, introduce IOPZR 9 years ago
rlar 102a6b7c77 ifparm, #7/16, missing IF_UNINTERESTING for some aliases, introduce IOPUR 9 years ago