Browse Source

Added test structure for bsim1.

pre-master-46
pnenzi 23 years ago
parent
commit
4ba66ce092
  1. 12
      tests/bsim1/Makefile.am
  2. 2
      tests/bsim1/test.cir
  3. 1069
      tests/bsim1/test.out

12
tests/bsim1/Makefile.am

@ -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

2
tests/bsim1/test.cir

@ -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
File diff suppressed because it is too large
View File

Loading…
Cancel
Save