Browse Source

* tests/Makefile.am: Updates for new files.


			
			
				pre-master-46
			
			
		
arno 26 years ago
parent
commit
905656c5a8
  1. 5
      ChangeLog
  2. 6
      tests/Makefile.am
  3. 0
      tests/respart.cir
  4. 46
      tests/respart.out
  5. 4
      tests/respart.sh

5
ChangeLog

@ -1,3 +1,8 @@
2000-05-01 Arno W. Peters <A.W.Peters@ieee.org>
* tests/respart.cir, tests/respart.out, tests/respart.sh:
additional tests for resistor.
1999-12-07 Arno Peters <A.W.Peters@ieee.org> 1999-12-07 Arno Peters <A.W.Peters@ieee.org>
* source tree: Added MAINTAINERCLEANFILES to Makefile.am to * source tree: Added MAINTAINERCLEANFILES to Makefile.am to

6
tests/Makefile.am

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
TESTS = diffpair.sh fourbitadder.sh resistor.sh
TESTS = diffpair.sh fourbitadder.sh resistor.sh respart.sh
TESTS_ENVIRONMENT = $(SHELL) TESTS_ENVIRONMENT = $(SHELL)
@ -13,6 +13,8 @@ EXTRA_DIST = \
fourbitadder.cir \ fourbitadder.cir \
fourbitadder.out \ fourbitadder.out \
resistor.cir \ resistor.cir \
resistor.out
resistor.out \
respart.cir \
respart.out
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in

0
tests/resistance/respart.cir → tests/respart.cir

46
tests/respart.out

@ -0,0 +1,46 @@
Circuit: * Resistive partition with different ratios for AC/DC (Print V(2))
Circuit: * Resistive partition with different ratios for AC/DC (Print V(2))
Operating point information:
Node Voltage
---- -------
V(2) 5.000000e-01
V(1) 1.000000e+00
Source Current
------ -------
vin#branch -1.00000e-04
Resistor models (Simple linear resistor)
model R
rsh 0
narrow 0
tc1 0
tc2 0
defw 1e-05
Resistor: Simple linear resistor
device r2 r1
model R R
resistance 5e+03 5e+03
ac 1.5e+04 5e+03
i 0.0001 0.0001
p 5e-05 5e-05
Vsource: Independent voltage source
device vin
dc 1
acmag 1
i -0.0001
p 0.0001

4
tests/respart.sh

@ -0,0 +1,4 @@
#! /bin/sh
. $srcdir/config.sh
spicetest respart
Loading…
Cancel
Save