Added test structure for bsim1.

This commit is contained in:
pnenzi 2003-08-24 17:58:24 +00:00
parent 7d0f2f2276
commit 4ba66ce092
3 changed files with 1082 additions and 1 deletions

12
tests/bsim1/Makefile.am Normal file
View File

@ -0,0 +1,12 @@
## Process this file with automake to produce Makefile.in
TESTS = \
test.cir
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/../check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \
$(TESTS) \
$(TESTS:.cir=.out)
MAINTAINERCLEANFILES = Makefile.in

View File

@ -18,7 +18,7 @@ VBS3 6 0 -2
VBS4 7 0 -3
VBS5 8 0 -4
***************************************************************
.OPTIONS LIMPTS=5000 ACCT
*.OPTIONS LIMPTS=5000 ACCT
.DC VGS 0 5 0.01
.PRINT DC I(V1) I(V2) I(V3) I(V4) I(V5)
*.PLOT DC I(V1) I(V2) I(V3) I(V4) I(V5)

1069
tests/bsim1/test.out Normal file

File diff suppressed because it is too large Load Diff