summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples/rl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nl_examples/rl.c')
-rw-r--r--nl_examples/rl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nl_examples/rl.c b/nl_examples/rl.c
index 3b5056b259c..2848348c440 100644
--- a/nl_examples/rl.c
+++ b/nl_examples/rl.c
@@ -17,7 +17,7 @@ NETLIST_START(lr)
SOLVER(Solver, 48000)
PARAM(Solver.ACCURACY, 1e-6)
CLOCK(clk, 50)
- PARAM(Solver.ITERATIVE, "MAT_CR")
+ PARAM(Solver.METHOD, "MAT_CR")
IND(L1, 10)
RES(R1, 10000)