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
d07fab904c
Speed enhancement while reading large PDKs:
Line concatenation used tprintf, which uses vsnprintf,
which is very inefficient in Linux, MINGW, but efficient
using MSVC. Thus for the others a function cat2strings() is
introduced, which uses memccpy().
5 years ago
..
d_lut
examples/xspice/d_lut/mult4bit.spi, example for d_lut and d_genlut
9 years ago
d_source
add plotting to the example
8 years ago
delta-sigma
example for .options interp (reduces memory, speeds up plotting)
12 years ago
filesource
xspice filesource example
8 years ago
original-examples
Original examples fixed and moved to here
8 years ago
pll
make simulation faster, allow batch mode
6 years ago
state
script to start GTKWave
8 years ago
table
one tran analysis is sufficient
8 years ago
analog_models1_transient.sp
xspice examples
16 years ago
fstest.sp
'filesource' test
15 years ago
sine.m
'filesource' test
15 years ago
xspice_c1.cir
example input file as cited in manual
14 years ago
xspice_c2.cir
whitespace cleanup, add missing trailing newlines
16 years ago
xspice_c3.cir
whitespace cleanup, add missing trailing newlines
16 years ago