summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlc.h
diff options
context:
space:
mode:
authorYen-Sheng Ho <ysho@berkeley.edu>2017-02-20 12:51:04 -0800
committerYen-Sheng Ho <ysho@berkeley.edu>2017-02-20 12:51:04 -0800
commit9f43c84501cf8c5a8ae74cc5bebea63dafc3a714 (patch)
tree413cd6e1f956e848770bf95cc422d43ab180519b /src/base/wlc/wlc.h
parent19510bd38e46fd913bf6dc29393938e50fd717ee (diff)
downloadabc-9f43c84501cf8c5a8ae74cc5bebea63dafc3a714.tar.gz
abc-9f43c84501cf8c5a8ae74cc5bebea63dafc3a714.tar.bz2
abc-9f43c84501cf8c5a8ae74cc5bebea63dafc3a714.zip
added options of checking and pushing to %pdra
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r--src/base/wlc/wlc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h
index cf8bdab4..9cb34bf3 100644
--- a/src/base/wlc/wlc.h
+++ b/src/base/wlc/wlc.h
@@ -184,6 +184,8 @@ struct WlcPdr_Par_t_
int nBitsFlop; // flop bit-width
int nIterMax; // the max number of iterations
int fXorOutput; // XOR outputs of word-level miter
+ int fCheckClauses; // Check clauses in the reloaded trace
+ int fPushClauses; // Push clauses in the reloaded trace
int fVerbose; // verbose output
int fPdrVerbose; // verbose output
};