Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 69f063730ffa3aaa426eda1010df3ed6 > files > 1222

geda-gnetlist-1.8.2-1.fc18.i686.rpm

# Format:
#
# test_name | input schematics | aux files (gafrc, symbols, etc) | \ 
# extra flags to pass to gnetlist -g spice-sdb | \
# variable which must be set for the test to run
#


# -----------------------------------------
# Simple netlisting tests
# -----------------------------------------

# Some test schematics copied from the toplevel tests dir
cascade | cascade.sch | | |
multiequal | multiequal.sch | | |
netattrib | netattrib.sch | | |
powersupply | powersupply.sch | | |
singlenet | singlenet.sch | | |

# The two stage amp
TwoStageAmp | TwoStageAmp.sch | Simulation.cmd gafrc models/2N3904.mod sym/transistor.sym | |
TwoStageAmp_Include | TwoStageAmp.sch | Simulation.cmd gafrc models/2N3904.mod sym/transistor.sym | -O include_mode
TwoStageAmp_Sort | TwoStageAmp.sch | Simulation.cmd gafrc models/2N3904.mod sym/transistor.sym | -O sort_mode

# John Doty's test circuit
# First test mangling
JD | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | |
JD_Include | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | -O include_mode
JD_Sort | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | -O sort_mode
# Now test non-munged version.
JD_nomunge | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | -O nomunge_mode
JD_Include_nomunge | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | -O include_mode -O nomunge_mode
JD_Sort_nomunge | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | -O sort_mode -O nomunge_mode

# Tests for slotted parts
SlottedOpamps | SlottedOpamps.sch | gafrc sym/LM324_slotted-1.sym | |

# Stack torture test
stack-torture | stack-torture.sch | | |