From 86b3cb3da999b1d5f3e59ff7dacfca00e9c321d6 Mon Sep 17 00:00:00 2001 From: Yen-Sheng Ho Date: Sun, 26 Feb 2017 15:39:48 -0800 Subject: added an option -L to %pdra for limiting the number of muxes --- src/base/wlc/wlcNtk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base/wlc/wlcNtk.c') diff --git a/src/base/wlc/wlcNtk.c b/src/base/wlc/wlcNtk.c index 1b5317e2..9605ce7a 100644 --- a/src/base/wlc/wlcNtk.c +++ b/src/base/wlc/wlcNtk.c @@ -113,6 +113,7 @@ void Wlc_ManSetDefaultParams( Wlc_Par_t * pPars ) pPars->nBitsMux = ABC_INFINITY; // MUX bit-width pPars->nBitsFlop = ABC_INFINITY; // flop bit-width pPars->nIterMax = 1000; // the max number of iterations + pPars->nMuxLimit = ABC_INFINITY; // the max number of muxes pPars->fXorOutput = 1; // XOR outputs of word-level miter pPars->fCheckClauses = 1; // Check clauses in the reloaded trace pPars->fPushClauses = 0; // Push clauses in the reloaded trace -- cgit v1.2.3