Holger Vogt
6af3cfac72
New cppduals from https://gitlab.com/tesch1/cppduals
downloaded may 1st, 2025
11 months ago
Holger Vogt
ea5979d391
No autostart when ctrl is set.
Fix a bug when repeating the sequence.
10 months ago
Holger Vogt
07f8c3558b
Add a monitoring output the the seegen instance
10 months ago
Holger Vogt
b628032d7d
Add a generator for SEE (single event effects) pulses as a code model.
To be used like
aseegen1 NULL [%id(xcell.n1 m1) %id(xcell.n2 m2) %id(xcell.n1 m1) %id(xcell.n2 m2)] seemod1
.model seemod1 seegen (tdelay = 11n tperiod=25n tfall='tfall' trise='trise' let='let' cdepth='d')
see README.SEEgenerator for details
10 months ago
Holger Vogt
878d7e1ff9
Add function cm_get_neg_node_name
as cm_get_node_name delivers only the pos node.
10 months ago
Giles Atkinson
5c4f151c6d
Snapshot support for new statistics added by e1677a18c4.
That prevents a crash exiting examples/snapshot/adder_snload.script.
10 months ago
Giles Atkinson
95fc95771a
Fix Bug #793 - "breakp.c error: compling without XSPICE failed".
Additional changes to conditional compilation are needed for
iplot without XSPICE.
10 months ago
Holger Vogt
9c4a54ffb7
Enable real (from fft)or complex (from sp) frequency vetors in plot sp
10 months ago
Holger Vogt
f73873c495
Enable expressions in a meas statement within a .control section, like
meas tran yeval2 FIND v(2) WHEN v(1)= 0.9*v(2)
10 months ago
Holger Vogt
3464f4af2c
Linux line endings
10 months ago
Giles Atkinson
ed80400661
Fix Bug #792 - "N device instance line not parsed correct".
Code added by 83d3890490 failed with a single parameter with no speces.
10 months ago
Giles Atkinson
29ce826cf6
Improve efficiency of linked list search. (See BUG 783).
11 months ago
Holger Vogt
0713f46506
Make all new entries lower case.
10 months ago
Holger Vogt
705c0d8dc6
Prevent crash if file cannot be opened.
10 months ago
Brian Taylor
1b39cf9025
Fix some more -Wextra warnings.
Fix to inpcom.c removed by HVO
10 months ago
Holger Vogt
3ceb16024a
Fixes a bug introduced by
317378085 ("Tidy code in get_number_terminals(), removing unneeded copying.", 2025-02-25)
10 months ago
Holger Vogt
c2702208bd
Allow command 'stop when time=val' also if the tran simulation has
already been started, e.g. while waiting for resume.
Add a breakpoint if 'val' is in the future.
11 months ago
Brian Taylor
a7961f1a97
Fix some compiler warnings when -Wextra is added to CFLAGS.
11 months ago
Holger Vogt
c3553396d9
beautify the code
11 months ago
Holger Vogt
d8317d57bc
Re-enable compilation with MS Visual Studio, as "ngspice/config.h"
is not available.
Add-on to commit
4881b2973 ("Fix Bug #772 - "ngspice + icarus verilog cosim: searches for ivlng.so in /usr/local/lib/ngspice ...". Use the configured library directory, NGSPICELIBDIR.", 2025-04-11)
11 months ago
Giles Atkinson
9429a27af0
Fix typo in vlnggen error message.
11 months ago
Giles Atkinson
d6f3267bf6
Fix Bug #772 - "ngspice + icarus verilog cosim: searches for ivlng.so
in /usr/local/lib/ngspice ...".
Use the configured library directory, NGSPICELIBDIR.
12 months ago
Giles Atkinson
35ae1ece8c
Add an error message for a .model line that includes a default value
for a read-only instance parameter. Before that caused a fatal error
in parsing the first device to use the model.
1 year ago
Giles Atkinson
8ab446fc9c
Fix Bug #750 - "VDMOS Model Naming Rules in NGSPICE Cause Confusion."
Recognise VDMOS as a special keyword only as the third token in a
.model line. A new function, skip_token(), included in the change
allows simplification of some existing code.
1 year ago
Giles Atkinson
0029d415ee
Fix for an error message seen when testing the shx shared-library
program: do not allow a negative timestep.
1 year ago
Giles Atkinson
16aadef4c7
Add two new functions to the shared library API.
ngSpice_Raw_Evt() requests a callback that returns all the
XSPICE events for a specific node that occurred during the last timestep.
ngSpice_Decode_Evt() provides numeric and string versions of
the event data. Also fix some warnings in sharedspice.c.
1 year ago
Giles Atkinson
44b620658e
Event nodes can be plotted with offset by "iplot", like the
digitop option for "plot". Offsets may be explicit or automatic with "-o".
A variable to set the offset is shared with "plot". In plotcurv.c
suppress some warnings that should not apply to event nodes and do
not falsely claim that some vectors have only one x-value.
1 year ago
Giles Atkinson
78924a86a1
Support use of XSPICE event nodes with iplot.
In graf.c, local function set() is renamed setflag() to avoid conflict
with a newly-visible global function with the same name.
2 years ago
Giles Atkinson
d528c2a693
Do not strip event value member names (like "digital_node(strength")
from the name when creating a vector from event node history.
3 years ago
Giles Atkinson
5790dc2f4d
Add two new XSPICE functions: EVTnew_value_call() and
EVTcancel_value_call(). EVTnew_value_call() specifies a function
to be called for each confirmed new value produced on an XSPICE
event node. To be used to add event node support for iplot.
1 year ago
Holger Vogt
80d6e681f2
MS Windows: Get a canonical paths name: Important if
path length exceeds MAX_PATH, might happen when using PDKs
Patch provided by kreijstal
12 months ago
Holger Vogt
43c4c49e11
re-enable adding variables (path names) to list variable "sourcepath"
12 months ago
Holger Vogt
a2dbedff4e
Improved error message, not using internal 'circbyline'
12 months ago
Holger Vogt
f1381b43a1
Debug printout of start-up command line
12 months ago
Holger Vogt
cf934bca7d
New command 'save nointernals' to suppress outputting and
saving of internal device nodes, espicially needed for PSP
OSDI model. Output file size reduction is e.g. from 20GB to 200MB.
1 year ago
Holger Vogt
de7cec1735
AC noise: Update opertating point, if variable 'hertz' is given
1 year ago
Holger Vogt
338cc42dd0
PS compatibility: MOS level 5 and Bip level 2
will create an error. ngspice then bails out, as no
such models are available. Hint to use OpenVAF, OSDI.
1 year ago
Holger Vogt
d776a229e1
Create a vector thdnm from THD calculation, e.g. thd11
New vector fournosave: if set, suppress creation of
vectors thd11 and fourier, usefull when writing a raw file.
1 year ago
Giles Atkinson
629d1f5462
Fix a bug where a node name is mis-identified as the model for
an OSDI device and remove a limit on node count.
Problem was reported by user Sam in ngspice-users.
1 year ago
Giles Atkinson
b41b8a48c3
Tidy code in get_number_terminals(), removing unneeded copying.
1 year ago
Giles Atkinson
d18479b45b
Always check for GUI events during simulation, if any graphs exist.
Previously this check was only made if an iplot window existed.
The 100W.sp example displayed frozen windows with X11-based plotting.
1 year ago
Holger Vogt
7cc3280851
Enhance the search path for .spiceinit (spice.rc):
- in the directory from where the netlist has been loaded
- in a user provided path read from environmental variable SPICE_USERINIT_DIR,
- in the current directory,
- in the the HOME directory,
- in the USERPROFILE directory. */
In shared ngspice the first line shall read
- in the directory Infile_Path received from the caller (sent before initialization)
1 year ago
dwarning
7aa8ed0170
Involve optional d-s shunt in ac and pz analysis
1 year ago
dwarning
a271ac821a
Correct matrix entries for VDMOS pz analysis
1 year ago
Holger Vogt
612a924ea3
Reformat spoutput.c
Replace tabs by spaces
1 year ago
Holger Vogt
46e4a67079
Some cosmetics for readability:
replace tabs by spaces
1 year ago
Holger Vogt
8d9988424b
Fixes bug by patch 124 offered by kreijstal
1 year ago
Brian Taylor
08aff1ee17
Fix memory leak of parm when there is a closing ).
1 year ago
dwarning
34046a29c1
VDMOS: use Vdsat in mobility reduction formula
1 year ago
Holger Vogt
243bdff377
Formatting: tabs to spaces
1 year ago