From aeafe4bd4944f5948093a4d6fe87e7ed898d4a6e Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 24 Aug 2021 17:50:18 +0200 Subject: [PATCH] Update to the optran circuit examples: TLV9002-test.cir: Rely on optran from spinit TLV6001-test.cir: Override optran from spinit --- examples/optran/TLV6001-test.cir | 5 +---- examples/optran/TLV9002-test.cir | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/examples/optran/TLV6001-test.cir b/examples/optran/TLV6001-test.cir index e71b1d24e..3066dfaf7 100644 --- a/examples/optran/TLV6001-test.cir +++ b/examples/optran/TLV6001-test.cir @@ -20,11 +20,8 @@ XU1 Net-_R3-Pad2_ Net-_R1-Pad2_ Vcc GND Vout TLV6001 .save V(Vout) .ac dec 10 100m 20k -*.options NOOPITER GMINSTEPS=0 -*.options RELTOL=1e-3 VNTOL=1u PIVTOL=1e-11 - .control -optran 1 1 1 100n 10u 0 +optran 0 0 0 100n 10u 0 ; override optran from spinit run plot db(Vout) set units=degrees diff --git a/examples/optran/TLV9002-test.cir b/examples/optran/TLV9002-test.cir index c4355c0d3..ff7ca9999 100644 --- a/examples/optran/TLV9002-test.cir +++ b/examples/optran/TLV9002-test.cir @@ -20,11 +20,7 @@ XU1 Net-_R3-Pad2_ Net-_R1-Pad2_ Vcc GND Vout TLV9002 .save V(Vout) .ac dec 10 100m 20k -*.options NOOPITER GMINSTEPS=0 -*.options RELTOL=1e-3 VNTOL=1u PIVTOL=1e-11 - .control -optran 0 0 0 100n 10u 0 run plot db(Vout) set units=degrees