Holger Vogt
053a1ef15d
Some hints how to use this file
8 years ago
Holger Vogt
39506dadee
NMOS and PMOS dc input and output characteristics
8 years ago
Holger Vogt
9becf1313a
complex model: a script loads two circuits with MOS and
bipolar table models, and run a sequence of dc simulations
with switching the circuit.
8 years ago
Holger Vogt
bb86b137a7
add 'reset' to fix a huge memory leak
8 years ago
Holger Vogt
e99985a156
add two commands 'reset' to avoid huge memory leak
8 years ago
Holger Vogt
b0883ffc5d
add the reset command to avoid huge memory leak
8 years ago
Holger Vogt
83db375fe8
add plotting with internal analog plot
and gtkwave for digital data
8 years ago
Holger Vogt
ef9ba3d687
remove peronal file path
8 years ago
Holger Vogt
e8e5823955
add a hint to run the table generator before
simulation is possible
8 years ago
Holger Vogt
d4217f1256
update: use $inputdir instead of absolute path
outputpath not (yet?) available
8 years ago
Holger Vogt
ab9ffc2319
small update of comment
8 years ago
Holger Vogt
1406114127
add POWER NMOS and PMOS example with quasi-saturation
8 years ago
Holger Vogt
c8705147b0
Original examples fixed and moved to here
8 years ago
Holger Vogt
0de66ea3b8
XSPICE state machine example
8 years ago
Holger Vogt
a5e382d0ea
XSPICE d_source examples
8 years ago
Holger Vogt
6e452b1e7c
xspice filesource example
8 years ago
Holger Vogt
1cbcd25cab
various digital simulations of a 4-bit NAND gate full adder:
Bipolar, MOS, behavioral, and event based
8 years ago
Holger Vogt
5fa4f631fb
MC input files
8 years ago
Holger Vogt
4add5be417
remove the quotation marks around $&run
whitespaces
8 years ago
Holger Vogt
1bf7f3004d
tests for setting random numbers
8 years ago
Holger Vogt
73f8925c1e
example update: sim_status, mc_source and others
8 years ago
Holger Vogt
8ffb3e29da
example may be run with commervcial PDKs
8 years ago
Holger Vogt
7592644400
small update for README, hint to manual chapt. 16.13.5
8 years ago
Holger Vogt
ea3ada107b
small addition (hint to add 'set ngbehavior=ps')
8 years ago
Holger Vogt
de644fe3ca
3rd and 4th node have to be the same for VDMOS
8 years ago
Holger Vogt
d61fa145c1
Update to PSPICE-ngspice models
README with download information
8 years ago
Holger Vogt
5623996b33
give a hint where to download library
remove library from distribution
8 years ago
Holger Vogt
930ef32c83
path to library is the actual directory
8 years ago
Holger Vogt
ad2047844f
Due to licencing: show only the modified VDMOS models.
All others may be downloaded from the address given in the header.
8 years ago
Holger Vogt
5a825ffabf
Monte-Carlo examples using new features: command 'mc_source',
variable 'sim_status' etc.
8 years ago
Holger Vogt
7b6cd86a62
re-write vswitch transformation code:
first scan: check for each .model with vswitch
second scan: check for switch instances
(s lines) using the models
8 years ago
Holger Vogt
210345c78a
example for mixed vswitch, standard switch circuit
8 years ago
Holger Vogt
404fd7f3b9
move example files
8 years ago
Holger Vogt
e06def0645
move vdmos examples to the examples directory
8 years ago
Holger Vogt
949299f2fc
add examples for PSPICE -> ngspice transfer
8 years ago
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