summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples
diff options
context:
space:
mode:
Diffstat (limited to 'nl_examples')
-rw-r--r--nl_examples/congo_bongo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nl_examples/congo_bongo.c b/nl_examples/congo_bongo.c
index f498293d250..b8ef3c181df 100644
--- a/nl_examples/congo_bongo.c
+++ b/nl_examples/congo_bongo.c
@@ -51,6 +51,7 @@ NETLIST_START(dummy)
#if USE_OPTMIZATIONS
SOLVER(Solver, 24000)
PARAM(Solver.DYNAMIC_TS, 0 )
+ PARAM(Solver.PARALLEL, 1)
#else
SOLVER(Solver, 24000)
PARAM(Solver.DYNAMIC_TS, 1)