You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Holger Vogt
560cb6e970
plotting/grid.c, bug fix, avoid string buffer overflow
Prevent a crash of example/FFT_test.cir.
Buffer 'buf' in function drawlingrid() has been too small.
Increase 'buf' size, and add some protection.
The example file examples/plot/test-small-plot.cir
shows the limits of plotting:
difference in two numbers at digit 14 is plotted well.
at digit 15 is plotted with bugs.
at digit 16 is reduced to integer.
consider compiling with
-O1 -D_FORTIFY_SOURCE=2
for gcc, and
/GS
for visual studio.
8 years ago
..
Monte_Carlo
MC_ring.sp, replace variables by vectors in the loop
9 years ago
TransImpedanceAmp
.plot tran vout1
17 years ago
TransmissionLines
suppress a warning by inserting the default diode model
12 years ago
adms
convergence with higher epi resistances
15 years ago
cider
Added some examples.
22 years ago
control_structs
main.c, add variable 'batchmode'
10 years ago
inductive-systems
numparam, #1/2, nupa_eval(), use struct card * argument
8 years ago
measure
move to the actual bsim4 version to avoid needless warnings
12 years ago
memristor
memristor example, parameters changed
14 years ago
numparam
Adapt examples to new numparam code
18 years ago
plot
plotting/grid.c, bug fix, avoid string buffer overflow
8 years ago
proc2mod
Added some examples.
22 years ago
pss
move to the actual bsim4 version to avoid needless warnings
12 years ago
snapshot
examples/snapshot: start, interrupt and resume simulation
14 years ago
tclspice
examples/tclspice, cleanup "wish" trampoline and add emacs mode specification
9 years ago
transient-noise
autosclae for psd plot
9 years ago
various
dio, introduce qd as an alias for diode charge to get the right unit in plotting
9 years ago
xspice
examples/xspice/d_lut/mult4bit.spi, example for d_lut and d_genlut
9 years ago