summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlcNtk.c
diff options
context:
space:
mode:
authorYen-Sheng Ho <ysho@berkeley.edu>2017-02-27 14:31:59 -0800
committerYen-Sheng Ho <ysho@berkeley.edu>2017-02-27 14:31:59 -0800
commit9195192f65bed0c5f3ca2fd8f8b51b34b94f47b3 (patch)
treefa502294f5db24538c5983734592cffd9003a958 /src/base/wlc/wlcNtk.c
parentbb3eacf480360a51ea2c131bb4b4feff213d3170 (diff)
downloadabc-9195192f65bed0c5f3ca2fd8f8b51b34b94f47b3.tar.gz
abc-9195192f65bed0c5f3ca2fd8f8b51b34b94f47b3.tar.bz2
abc-9195192f65bed0c5f3ca2fd8f8b51b34b94f47b3.zip
%pdra -L: now applies to all types
Diffstat (limited to 'src/base/wlc/wlcNtk.c')
-rw-r--r--src/base/wlc/wlcNtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/wlc/wlcNtk.c b/src/base/wlc/wlcNtk.c
index 9605ce7a..02af1a16 100644
--- a/src/base/wlc/wlcNtk.c
+++ b/src/base/wlc/wlcNtk.c
@@ -113,7 +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->nLimit = ABC_INFINITY; // the max number of signals
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