| .. |
|
ciderlib
|
Fix some memory leaks (Patch provided by Brian Taylor)
|
2023-08-16 11:14:25 +02:00 |
|
frontend
|
Replace the logicexp parser with infix to postfix translation followed by evaluating the postfix. logicexp.c is now shorter and easier to understand and maintain. Also, operator precedence expression parsing conforms to the PSPICE rules. Thus, a & b | c is understood to mean (a & b) | c, for example.
|
2024-02-13 10:11:28 +01:00 |
|
include
|
Several PSPICE 9.1 evaluation digital libraries contain timing .model statements at the global level for subckts with U* instances that reference those models. By specifying "set ps_global_tmodels=1" in .spiceinit an extra pass inside u_instances() will collect those global timing models for use in subckts. Report errors detected when ngspice parses a LOGICEXP but has not added support for operator precendence. Include a hint of how to fix those errors by inserting parentheses. This error only occurs in 10 of 585 cases in the libraries. Note that inpcompat.c has been saved as a unix filetype.
|
2024-01-17 14:15:07 +01:00 |
|
maths
|
fft window functions back to correct scaling - no need need for post scaling step
|
2024-01-24 23:16:44 +01:00 |
|
misc
|
win_time.c as extra distribution, used only by MSVC
|
2023-12-27 19:41:13 +01:00 |
|
osdi
|
Patches provided by Carsten Schoenert: Misspellings, File access
|
2023-12-31 13:51:05 +01:00 |
|
spicelib
|
mos1...3: use device temperature for noise analysis too
|
2024-02-15 07:49:06 +01:00 |
|
xspice
|
Patches provided by Carsten Schoenert: Misspellings, File access
|
2023-12-31 13:51:05 +01:00 |
|
ChangeLog
|
…
|
|
|
Makefile.am
|
Preliminary fix to bug report 660
|
2024-02-13 14:04:58 +01:00 |
|
ciderinit
|
…
|
|
|
conf.c
|
Updating links to ngspice web pages
|
2023-03-18 14:37:02 +01:00 |
|
conf.h
|
…
|
|
|
devaxis
|
…
|
|
|
devload
|
…
|
|
|
hist_info.c
|
missing part of patch #56
|
2019-08-13 23:30:39 +02:00 |
|
hist_info.h
|
missing part of patch #56
|
2019-08-13 23:30:39 +02:00 |
|
main.c
|
Treat input files names passed a start-up the same as those entered
|
2023-11-27 17:16:55 +00:00 |
|
makeidx.c
|
…
|
|
|
nghelp.c
|
re-enable making the old help system for Linux/Cygwin
|
2021-07-08 15:34:41 +02:00 |
|
ngicon.rc
|
adding the ngspice icon to the MINGW executable
|
2020-08-20 15:19:21 +02:00 |
|
ngmultidec.c
|
use 'fabs()'
|
2016-10-15 15:06:17 +02:00 |
|
ngnutmeg.c
|
…
|
|
|
ngproc2mod.c
|
re-enable making old apps with --enable-oldapps
|
2020-03-15 08:51:16 +01:00 |
|
ngsconvert.c
|
Repair the broken --enable-oldapps option
|
2022-12-11 15:47:05 +01:00 |
|
ngspice.c
|
…
|
|
|
ngspice.ico
|
adding the ngspice icon to the MINGW executable
|
2020-08-20 15:19:21 +02:00 |
|
ngspice.txt
|
remove the ancient nobjthack option to fake 3-terminal bjt's
|
2016-11-01 11:56:48 +01:00 |
|
pkgIndex.tcl.in
|
…
|
|
|
setplot
|
…
|
|
|
sharedspice.c
|
Allways export function ngCM_Input_Path, independently from XSPICE
|
2023-12-22 17:14:22 +01:00 |
|
spectrum
|
…
|
|
|
spice.def
|
…
|
|
|
spinit.in
|
Revert "Add code in ivars.c to look for a SPICE_ROOT environment variable"
|
2023-08-06 16:27:33 +02:00 |
|
tclspice.c
|
compile with gcc-14 fails due to `-Werror=incompatible-pointer-types`
|
2024-02-02 11:12:24 +01:00 |
|
tclspice.map
|
…
|
|
|
tclspinit.in
|
…
|
|
|
winmain.c
|
Recognise *ng_script_with_params" in the first line of the first
|
2023-11-27 17:06:39 +00:00 |
|
winmain.h
|
[PATCH #56] New history buffering
|
2019-08-13 23:30:05 +02:00 |