dwarning
c2ef7aeff3
update hisimhv model to version 2.2.0
11 years ago
dwarning
339e7fe819
update hisim model to version 2.8.0
11 years ago
rlar
7d92eae124
noisean, introduce a .control variable "sqrnoise" to deliver noise data in squared representation
use "set srqrnoise" (and "unset sqrnoise") to control this.
11 years ago
rlar
8d6726f0f4
noisean, deliver results in V/sqrt(Hz) and A/sqrt(Hz)
11 years ago
rlar
e755b45281
fix commit "noise analysis, bug fix, override ac magnitude of all vsrc/isrc devices"
11 years ago
rlar
64da5a99bf
src/frontend/com_measure2.c, cleanup, rewrite `correct_vec()'
11 years ago
rlar
27aae75ade
src/frontend/com_measure2.c, bug fix, typo when setting `m_vectype2'
this doesn't change anything, because m_vectype2 is nowhere used.
11 years ago
rlar
c16701b66c
swallow compiler warning caused by "noise analysis, bug fix, override ac magnitude of all vsrc/isrc devices"
11 years ago
rlar
76a48c161d
src/frontend/outif.c, introduce guess_type() for common code in plotInit() and fileInit_pass2()
11 years ago
rlar
54c0f47dde
src/frontend/outif.c, fileInit_pass2(), add inoise/onoise types
which were missing in commit:
> Date: Fri Mar 18 20:15:10 2011 +0000
> bug no. 3214252 fixed
11 years ago
rlar
bcda90e258
src/frontend, cleanup, drop `GENcircuit'
11 years ago
rlar
b69e61d010
src/frontend/device.c, cleanup usage of `IFparm.dataType'
11 years ago
rlar
426f567287
spiceif.c, parmlookup(), allow more than one `IF_REDUNDANT' parameter alias
11 years ago
dwarning
dd24406234
allow alternativ model parameter tref for vbic models
11 years ago
dwarning
c44f101c49
extend bsim4 instance parameter with mulu0 for local mobility multiplier
11 years ago
dwarning
4402897a07
allow alternate instance parameter name delvt0 for bsim4 models
11 years ago
dwarning
759ec4a3d0
allow r=value as an alternative instance parameter
11 years ago
dwarning
88ef78e53b
introduce geometry and frequency dependency for the flicker noise model
11 years ago
dwarning
82b0bc070f
sorting parameter for resistor setup and temperature update routines
11 years ago
dwarning
95f45e2ee6
allow redundant instance parameter noise for compatibility reasons
11 years ago
rlar
62d2f5d5f4
use `enum simulation_types'
11 years ago
rlar
d98c5c90f3
src/maths/cmaths/cmath4.c, bug fix, cx_fft, cx_ifft, cx_derive
incorrect check for VF_COMPLEX in field v_type instead of v_flags
11 years ago
rlar
6f21c3b9db
use `enum simulation_types'
11 years ago
rlar
07ee771a96
noise analysis, bug fix, override ac magnitude of all vsrc/isrc devices
Bug report due to Hartmut Henkel in
>> [Ngspice-users] Noise analysis depends on ac parameter
The noise analysis internally depends on an ac analysis
to derive "inoise" from "onoise"
("onoise" is multiplied with the inverse ac gain from input to output)
This AC analysis used all the given ac magnitudes for all vsrc/isrc
devices in the deck.
This fix overrides all ac magnitudes with zero,
except for the given input device,
whose magnitude is set to one.
11 years ago
rlar
b3b543c1c7
typesdef.c, rewrite
11 years ago
rlar
95d2166946
typesdef.c, bug fix, incorrect `notypes', `capacitance' and `charge' doomed
introduced in
Date: Wed Oct 3 15:01:36 2012 +0200
outif.c, typesdef.c, sim.h: correct labeling of cap, cur, and charge data
11 years ago
rlar
73d581f9a6
graph.h, struct graph, remove unused elements
11 years ago
rlar
2b3220086d
graph.h, grid.c, enforce consistent string buffer size (plot "units", LABEL_CHARS)
11 years ago
dwarning
032b1c32c4
separate diode bottom and sidewall contributions for depletion capacitance
11 years ago
dwarning
ea4c438311
Limiting the junction potential to a usual values for silicon diodes
11 years ago
dwarning
c30373e37e
correct formula for temperature dependent depletion capacitance (tlevc=1)
11 years ago
rlar
a21770aab9
parser/inpgtok.c, remove unused function `INPgetU2Tok()'
INPgetU2Tok() was introduced in commit
Date: Fri Sep 3 12:51:42 2010 +0000
bug in B source parsing removed
and later unused in commit
Date: Thu Apr 28 19:27:45 2011 +0000
bug fix, (#329233 )
11 years ago
rlar
1b7f3a9f2c
parser/inpeval.c, this cannot happen here
11 years ago
rlar
548a1045a4
parser/inpeval.c, simplify mil/meg/milli processing
11 years ago
rlar
c018b328b9
parser/inpeval.c, whitespace cleanup
11 years ago
rlar
4555107013
parser/inpeval.c, use '\0'
11 years ago
rlar
a2b5288a3d
parser/inpeval.c, bug fix, allow at most one sign char when parsing a number
11 years ago
rlar
12e8ee750b
parser/inpeval.c, bug fix, incorrect restore of `*line'
11 years ago
rlar
2cbc84ccd1
parser/inpgtok.c, use copy_substring()
11 years ago
rlar
39d391fe33
parser/inpgtok.c, whitespace cleanup
11 years ago
rlar
4ae35e8974
parser/inpgtok.c, bug fix, introduced in "memory leaks: code improved"
commit "memory leaks: code improved"
Date: Sun Apr 5 08:57:55 2009 +0000
'point' has not been incremented for so called
"Weird items" with string length == 1
11 years ago
rlar
3c133c95b3
update bison generated files
11 years ago
rlar
788a5e5fa0
inpptree parser, bug fix, segfault due to usage of an unknown function
for example:
B1 1 0 V = {log(2.0, 1.3) + nosuchthing(2.0, 1.3)}
11 years ago
rlar
8e65614d31
spfactor.c, cktnames.c, don't crash when simulating "nothing"
reported by Siddhant Saraf in
> [ngspice:discussion] "out of memory" error : simulating a 2bit AND gate"
This comes in two flavours,
1) an empty circuit
2) a xspice circuit with exclusively xspice event nodes
11 years ago
rlar
8d44da4741
sharedspice.c, disable unused code
11 years ago
rlar
ae62187d06
sharedspice.c, bug fix, #298 Wrong define in sharedspice.c
thanks to "Sergii" who reported this here:
http://sourceforge.net/p/ngspice/bugs/298
This bug did not have any effect
11 years ago
rlar
8dc0d0ce5c
configure.ac, add -Wno-unused-but-set-variable to our default gcc CFLAGS
11 years ago
rlar
ccc4c60d81
src/frontend/variable.c, swallow "warning: conversion to 'int' from 'size_t' may change the sign of the result"
11 years ago
rlar
7b0275ebf7
string.c, swallow "warning: value computed is not used"
11 years ago
rlar
e57b8b5426
main.c, volatile, make shure they are up to date in memory when LONGJMP is executed
11 years ago