Holger Vogt
|
8aff70036a
|
Put variable wantevtdata into the right place,
also available for standard executable, to be
modified in sharedspice.c only.
|
9 years ago |
h_vogt
|
ce9f23f7af
|
outitf.c, restrict vector length to 1, the minimum needed
|
9 years ago |
h_vogt
|
81bd6b7d17
|
example added (adder_mos.cir) to demonstrate 'save none'
|
9 years ago |
h_vogt
|
a393c47ec8
|
outitf.c, add flag 'save none' for shared ngspice. Output data will not be stored, but are available via callback function ng_data.
|
9 years ago |
h_vogt
|
11bafd70ea
|
update to callback functions SendEvtData, SendInitEvtData
|
9 years ago |
h_vogt
|
3958783010
|
example for using shared ngspice.dll with XSPICE
|
9 years ago |
h_vogt
|
5b754cbb0e
|
dctran.c, exclude ipc_send_data_...
|
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
|
25a324ba6e
|
add parameter mode to EVTsharedsend_line()
last entry for the dictionary list is NULL
|
9 years ago |
h_vogt
|
2a6f0658a8
|
EVTshareddump() modified to just sent the relevant event data
|
9 years ago |
h_vogt
|
994d190de5
|
shared_send_dict(char* dictline) to sent the node list
|
9 years ago |
h_vogt
|
e36b028cdb
|
add wantevtdata if event output should be sent to caller
|
9 years ago |
h_vogt
|
3e52cdd8c1
|
evtdump.c, prepare data gathering for callbacks similar to sending data via the ancient ipc channel
|
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
|
df4136a93d
|
evtprint.c, update to edisplay command now showing node name, node type and number of events per node
|
9 years ago |
h_vogt
|
72fd154571
|
evtshared.c, add delete function, remove bug in creating struct
|
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 |
h_vogt
|
20f6727e29
|
evtshared.c, prepare node data for transfer via shared ngspice interface
|
9 years ago |
Holger Vogt
|
bea6fba788
|
prevent false reads in multi-threaded ngshared
|
8 years ago |
Holger Vogt
|
74584c94ee
|
prevent false reading after copying an empty file
|
8 years ago |
rlar
|
1a39d3f59d
|
spicelib/parser, support instance parameter defaults on .model lines
|
8 years ago |
Holger Vogt
|
7363532d11
|
search for user's initialization files has been
optimized away because of an empty if clause.
A simple rewrite firstly asks for .spiceinit, then for spice.rc
|
8 years ago |
Holger Vogt
|
d311fb10cf
|
add a new vector type "temperature"
|
8 years ago |
Holger Vogt
|
5b18732af2
|
plug some memory leaks
|
8 years ago |
Holger Vogt
|
a191697bd6
|
safeguard opening of file for debug output:
may be not allowed if caller is not started
in admin mode.
|
8 years ago |
Holger Vogt
|
57156e16f6
|
remove tiny memory leaks in inp_compat()
|
8 years ago |
Holger Vogt
|
5f5eacc48e
|
move skipping white spaces to fcn create_circbyline() now ' .end' is acknowledged
|
8 years ago |
rlar
|
55b2a0218e
|
noise for behavioural resistor
|
9 years ago |
Holger Vogt
|
1426f66967
|
use global variable inp_compat_mode
|
8 years ago |
Holger Vogt
|
65181ff5c3
|
enable token 'table' to occur at any place in e source line
|
8 years ago |
Holger Vogt
|
ffb3800e34
|
Bug fix: B source pwl lines don't get special handling,
but standard numparam handling of {} tokens
|
8 years ago |
Holger Vogt
|
c879294a8b
|
add comment
|
8 years ago |
Holger Vogt
|
7188605ef2
|
bugfix: re-enable loading deck from circarray, if intfile
|
8 years ago |
Holger Vogt
|
04059e5426
|
enable '-' as valid character in a subcircuit name
|
8 years ago |
h_vogt
|
c8cd763314
|
gnuplot.c, add 'noretraceplot' to prevent retracing of the graph if plotting against a vector which is not the original scale vector ('plot vec1 vs vec2')
|
10 years ago |
h_vogt
|
d4adb027d2
|
avoid retrace in output graph by adding label 'noretraceplot'
to the plot command, that creates a lin plot trying to avoid retracing
|
10 years ago |
rlar
|
611596c916
|
PTpower
|
9 years ago |
rlar
|
6ef2a5f81b
|
fix code to fit the derivation
|
9 years ago |
rlar
|
e36ded8122
|
fix derivations in comments
|
9 years ago |
Holger Vogt
|
af351eab5f
|
add a non-zero fudge factor to zero function argument
|
8 years ago |
Holger Vogt
|
c1a64d9f49
|
make inp_compat_mode glabal
|
8 years ago |
Holger Vogt
|
bb162de1d8
|
Parameter names in .model lines may be preceeded
by spaces, but also by '('
|
8 years ago |
Holger Vogt
|
ff00ec3aed
|
allow '+' or '-' characters in device name
for current and voltage sources.
Maybe exrtended to all devices.
|
8 years ago |
Holger Vogt
|
314ece2526
|
allow '-' in XSPICE model names
|
8 years ago |
Holger Vogt
|
181e8746a6
|
allow hyphens '-' in model names
|
8 years ago |
Holger Vogt
|
09c9370e43
|
remove the examples from top level to examples directory
|
8 years ago |
Holger Vogt
|
e06def0645
|
move vdmos examples to the examples directory
|
8 years ago |
Holger Vogt
|
949299f2fc
|
add examples for PSPICE -> ngspice transfer
|
8 years ago |
Holger Vogt
|
09590047fe
|
Check if model is a PSPICE resistor 'res'
|
8 years ago |