summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples/cmos_inverter.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-09-12 01:13:18 +0200
committer couriersud <couriersud@gmx.org>2020-09-12 01:13:18 +0200
commit37309ab3d419794c86fea9eb8b094cf7d7e3a13e (patch)
treed7d694a0705ee87111d4dafe8242ab5b8953b62a /src/lib/netlist/examples/cmos_inverter.cpp
parent8f40d2c6b95c706273a137d3bddda69a93a96398 (diff)
netlist: automatically create library entries for files in ...
* modules folder.
Diffstat (limited to 'src/lib/netlist/examples/cmos_inverter.cpp')
-rw-r--r--src/lib/netlist/examples/cmos_inverter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/netlist/examples/cmos_inverter.cpp b/src/lib/netlist/examples/cmos_inverter.cpp
index 5c72dda8608..022da27d23d 100644
--- a/src/lib/netlist/examples/cmos_inverter.cpp
+++ b/src/lib/netlist/examples/cmos_inverter.cpp
@@ -7,7 +7,6 @@
#include "netlist/devices/net_lib.h"
-#include "netlist/devices/net_lib.h"
NETLIST_START(cmos_inverter)
/* Standard stuff */
@@ -18,7 +17,7 @@ NETLIST_START(cmos_inverter)
SOLVER(Solver, 48000)
PARAM(Solver.ACCURACY, 1e-7)
- PARAM(Solver.NR_LOOPS, 5000)
+ PARAM(Solver.NR_LOOPS, 50)
PARAM(Solver.METHOD, "MAT_CR")
ANALOG_INPUT(V5, 5)