summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlcNtk.c
diff options
context:
space:
mode:
authorYen-Sheng Ho <ysho@berkeley.edu>2017-02-21 20:06:13 -0800
committerYen-Sheng Ho <ysho@berkeley.edu>2017-02-21 20:06:13 -0800
commit01e6beea8e617eb5ef4f9b621b009eded9498a1f (patch)
tree75b769832e94baf4a56f57bd5abc65312966adce /src/base/wlc/wlcNtk.c
parentc5e9506f5d5a5303b9df453fce7f313147799276 (diff)
downloadabc-01e6beea8e617eb5ef4f9b621b009eded9498a1f.tar.gz
abc-01e6beea8e617eb5ef4f9b621b009eded9498a1f.tar.bz2
abc-01e6beea8e617eb5ef4f9b621b009eded9498a1f.zip
clean up
Diffstat (limited to 'src/base/wlc/wlcNtk.c')
-rw-r--r--src/base/wlc/wlcNtk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/wlc/wlcNtk.c b/src/base/wlc/wlcNtk.c
index e6ab0739..c8fc15a7 100644
--- a/src/base/wlc/wlcNtk.c
+++ b/src/base/wlc/wlcNtk.c
@@ -114,6 +114,8 @@ void Wlc_ManSetDefaultParams( Wlc_Par_t * pPars )
pPars->nBitsFlop = ABC_INFINITY; // flop bit-width
pPars->nIterMax = 1000; // the max number of iterations
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
pPars->fVerbose = 0; // verbose output`
pPars->fPdrVerbose = 0; // show verbose PDR output
}