h_vogt
f46a003c59
example file for current measurement with function i(device)
10 years ago
h_vogt
40e3d4bf95
examples/various: tests and loops using alterparam
10 years ago
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
rlar
06f2ce9087
examples/tclspice, cleanup "wish" trampoline and add emacs mode specification
9 years ago
rlar
fad7605c21
examples/tclspice, rename test bench scripts, .tcl --> .sh
Customers have been mislead to invoke them with tclsh or wish.
Actually some are indeed tcl scripts which could be invoked with "wish"
All these scripts include a #!/bin/sh trampoline to the proper interpreter.
No script was meant to be interpreted by tclsh
9 years ago
dwarning
22599ca096
examples/tclspice, explicit blt::vector create
in blt2.5 "create" is not the default vector operation anymore
9 years ago
dwarning
8539029e6d
reduce simulation time for tcl examples
9 years ago
dwarning
8316af27cf
autosclae for psd plot
9 years ago
dwarning
a1d27b4257
dio, introduce qd as an alias for diode charge to get the right unit in plotting
9 years ago
dwarning
458be1a82e
bjt and diode: examples for plotting small signal parameters in a dc sweep
9 years ago
Tim Edwards
6ac19b03a3
examples/xspice/d_lut/mult4bit.spi, example for d_lut and d_genlut
9 years ago
h_vogt
30aa5ec0b7
examples/xspice/table, examples for the table2d and table3d code models
10 years ago
h_vogt
370e52736f
MC_ring.sp, replace variables by vectors in the loop
9 years ago
dwarning
d45736855e
binning constraints are wrong and obsolete for the examples
9 years ago
rlar
13decee3ed
examples/inductive-systems/*, add test files
9 years ago
h_vogt
0252f7b9cb
examples/various/ro_17_4.cir, a ring oscillator with BSIM4 using 'xmu'
10 years ago
h_vogt
494a58cca9
main.c, add variable 'batchmode'
which is set when command line option `-b' is active
10 years ago
h_vogt
8b709a394f
cpitf.c, cp_istrue(), avoid surplus Warning Message when an `if' condition expands to nothing
When in expression
if $var ...
the variable `var' was undefined, then
ngspice printed a surplus warning message
> Warning: NULL arithmetic expression
in addition to the error message
> Error: var: no such variable.
ngspice continues to process the conditional construct
and evaluates the condition as "FALSE"
10 years ago
rlar
dbb958fff8
introduce examples/control_structs/if-test-1.cir
10 years ago
dwarning
11a75fd1e3
move to the actual bsim4 version to avoid needless warnings
12 years ago
h_vogt
fb90bebcab
example for .options interp (reduces memory, speeds up plotting)
12 years ago
h_vogt
dab52db6da
monte carlo with control script and MOS parameter set containing AGAUSS parameter variations (like commercial parameter libraries)
12 years ago
dwarning
d65e0fa855
two examples to show fft/ifft vector command
12 years ago
dwarning
29f6b5c618
soa check example
12 years ago
dwarning
5f5a22ec3e
suppress a warning by inserting the default diode model
13 years ago
Stefano Perticaroli
79bffc78a1
next version of PSS2
which was reviewed and rewritten on branch `PSS-2-try-to-rebase+4'
by Stefano Perticaroli and Francesco Lannutti
13 years ago
rlar
0be61b3e5a
remove PSS2
13 years ago
h_vogt
f04bfb3a0b
input examples drawn from manual
14 years ago
h_vogt
04adbd7d3b
examples/snapshot: start, interrupt and resume simulation
14 years ago
h_vogt
5ed51c2668
example input file as cited in manual
14 years ago
rlar
2bcadae16c
missing newline at end of file
14 years ago
h_vogt
3ca1235602
gnuplot.c: improve scaling of y axis
14 years ago
h_vogt
177964b4a6
XSPICE example: delta-sigma converter
14 years ago
h_vogt
f1d0d40753
demonstrate effect of W crossing binning limits
14 years ago
h_vogt
5d0c3182d3
add BSIM3 model parameters for loop filer with transistor charge pump
14 years ago
h_vogt
e1df8eb739
example, add 'alter @m1[w]=11u' using binning and model change
14 years ago
dwarning
96dd397251
correct the plot output
14 years ago
h_vogt
19a67fb7c5
pll: just include one of the two vco available
(avoid a bug which has been removed only recently)
14 years ago
h_vogt
a0db6f0ccd
update to XSPICE phase-locked loop example
14 years ago
h_vogt
6cd13e0475
pll-xspice-fstep.cir: pll with ref frequency steps
14 years ago
h_vogt
c31fc334f6
pll-xspice.cir: save command added
14 years ago
h_vogt
c0b5a78097
new XSPICE example: use trtol=1
less ripple, but longer simulation time
14 years ago
h_vogt
85ece25a3a
new XSPICE example: mixed mode pll circuit
14 years ago
h_vogt
d072ab80d1
memristor example, parameters changed
14 years ago
h_vogt
fde8c46356
add ac and dc simulation to memristor model
14 years ago
h_vogt
f53eb5cf78
memristor code model in extradev
14 years ago
h_vogt
1cbc41cc32
memristor subcircuit model example
14 years ago
rlar
3d34b22ebf
fix file modes
14 years ago
h_vogt
890d049a5b
uic to end of line in pss
15 years ago
pnenzi
af16208f9c
Moved pss example files from tests directory to examples directory
15 years ago