Holger Vogt
b86c85f85b
Safeguard against usage of --with-readline or --with-editline
Some package maintainers have erroneously used the above ./configure
flags during compiling libngspice-0.so. This has led to an unresolved
symbol history_file with ngspice-34.
5 years ago
Holger Vogt
8076e2b4cf
Check for double '{{ }}', replace the inner '{', '}' by '(', ')'
in .model lines, if compat mode ps is set. Enables use of some On-Semi
power transistor models.
5 years ago
Holger Vogt
e927fe57af
remove obsolete parameter
5 years ago
Holger Vogt
d7feec20fe
enable parameter 'gain'
patch provided by Bohdan Tkhir
5 years ago
Holger Vogt
8abd8069a8
Re-enable compiling ngsconvert again
Capability to compile ngsconvert is extremely sensitive to changes in
associated files as found in makefile.am and may esily be
broken again next time. Requires manual tweaking.
5 years ago
Holger Vogt
9e477d36cd
We now have ngspice-34+
5 years ago
Holger Vogt
462534a0fb
Rename the ngspice version information offered in sharedspice.h
5 years ago
Holger Vogt
99a7bfd8fe
Move version info from sharedspice.c to sharedspice.h
5 years ago
Holger Vogt
0ae9aeec41
remove config.h from dist and install
5 years ago
Holger Vogt
4f385b604b
remove obsolete command
5 years ago
Holger Vogt
279edff5d9
actual release date
5 years ago
Holger Vogt
65a47d3276
Remove compiler warnings: CIDER debug flags are used as int
FIXME: Why arer they defined as BOOLEAN in main.c
without generating a warning?
5 years ago
Holger Vogt
a77b529928
set the locale to "C" locally, if shared ngspice
5 years ago
Holger Vogt
5747982ae8
Re-enable devices like E2 1 0 (2,3) 1
Add a new function nexttok_noparens(const char *s) which
skips tokens. Characters , ( and ) are treated like spaces.
5 years ago
Holger Vogt
433a76a1f2
Guard against vector "time" not being available
5 years ago
Holger Vogt
c8a7b69190
re-enable setting options when 'set ngbehavior=hs' is set.
5 years ago
Holger Vogt
ffef8e1d16
Remeove "redefinition" warning
5 years ago
Holger Vogt
ca26364a7a
Remove "incompatible pointer" warning
5 years ago
Holger Vogt
8de513e8e9
ngspice.exe and .dll (.so): seperate the main files:
main.c now belongs to exe, sharedspice.c to dll (so)
5 years ago
Holger Vogt
55359e36e0
if SHARED_MODULE, exclude some unused function from build.
Finally complete main.c should be removed in shared ngspice.
5 years ago
Holger Vogt
06eddf1adc
We need config.h.in, when compiling with ./configure,
that is without resorting to autoconf, automake etc.
So partially undo the previous commit.
5 years ago
Holger Vogt
c14680c951
Do not distribute config.h.in
5 years ago
Holger Vogt
ebff1fe79f
makefile.am for cppduals
5 years ago
Holger Vogt
71bc5feacb
We need to include cppduals into the distribution process.
5 years ago
Holger Vogt
7dc6c47df5
config.h should not be distributed or installed
somewhere, because it is generated locally during
the build process.
5 years ago
Holger Vogt
d45e95aa4c
We no longer want to install cmpp or other XSPICE files.
The manual describes making code models from inside
the ngspice build process, and that's what we support
right now.
5 years ago
Holger Vogt
a5eac333bb
Revert "When installing ngspice, do not install the headers"
This reverts commit 5a0d213fec .
5 years ago
Holger Vogt
b6b38dc4a6
remove link to tests/bsimbulk
5 years ago
Holger Vogt
fb8e974ac4
i-sweep sall become a current vector (SV_CURRENT)
5 years ago
Holger Vogt
939410874a
Info "No circuit loaded!" is added.
5 years ago
Holger Vogt
d239a523e0
remove memory leak
5 years ago
Holger Vogt
ed15d6f975
replace controlles_exit by error return,
delete netlist cc when returning upon error.
5 years ago
Holger Vogt
058f474f90
Prevent crash if netlist input is something like
H n1
5 years ago
Holger Vogt
a86a500b07
checkspeed: use startclock instead of lastclock to ensure
Linux compatibility.
5 years ago
Holger Vogt
2a2a488f7d
If 'set ngdebug', and if transient simulation,
create a vector speedcheck in the tran plot
which contains the real time versus simulated time,
to check for obstacles during the course of the
transient simulation. If command 'save' is given,
one has to add speedcheck to obtain this vector.
5 years ago
Holger Vogt
65cb50a243
redo the reading for ngate parameter
if larger than 1.000001e24, assume m3 instead of cm3
5 years ago
Holger Vogt
c891bf846c
reduce precision to avoid false rounding
5 years ago
Holger Vogt
c9eeb0ceea
Modify get_number_terminals() and make it non-static.
Use modified function to replace fixed node number.
5 years ago
Holger Vogt
b640e57c39
re-enable getting correct node numbers for bipolar
using TSMC cv018bcd
5 years ago
Holger Vogt
273b0fb4a3
fix a plotting bug with xlog axis and ylabels
5 years ago
Markus Mueller
3cd2bb3466
removed more tests
5 years ago
Markus Mueller
f046bdfa4e
removed many hicum tests in order to reduce size of ngspice
5 years ago
Holger Vogt
822a63974f
Unused binning models are removed.
Flag 'nf', when given on the x lines, is
recognized.
Tested with TSMC, Skywater, and X-Fab model
files.
5 years ago
Holger Vogt
e601325149
Avoid any buffer overflow if user provides a large TABLE:
Replace fixed length strings and fcn 'cat' by dstrings.
5 years ago
Holger Vogt
059e869754
free the wordlist wle to avoid memory leaks
5 years ago
Holger Vogt
b1d85fa921
example file added
5 years ago
Holger Vogt
02630c0af2
fix a bug in printing the compatibility status
5 years ago
Holger Vogt
5af7f0ff78
sort instance list entries: RHS numbers (like nf=2) come first,
expression then follow.
5 years ago
Holger Vogt
4a6fff05b6
typo
5 years ago
dwarning
a81a84c208
allow strobe and finish commands
5 years ago