From 5cd17c361fe2def9ec99a2c95b54e01646f172c5 Mon Sep 17 00:00:00 2001 From: couriersud Date: Thu, 12 Jan 2017 22:23:08 +0100 Subject: Fix seldom used conditional build options. - Fixed OPENMP compile For congo bongo, using Solver.PARALLEL=1 significantly increases performance from 270% to 380%. However, this has to be taken with a grain of salt. Enabling this on predominantly logic netlists can severly kill performance. - Increased readability of timed queue code. --- nl_examples/congo_bongo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nl_examples') 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) -- cgit v1.2.3