diff options
author | Yen-Sheng Ho <ysho@berkeley.edu> | 2017-02-27 14:31:59 -0800 |
---|---|---|
committer | Yen-Sheng Ho <ysho@berkeley.edu> | 2017-02-27 14:31:59 -0800 |
commit | 9195192f65bed0c5f3ca2fd8f8b51b34b94f47b3 (patch) | |
tree | fa502294f5db24538c5983734592cffd9003a958 /src/base/wlc/wlc.h | |
parent | bb3eacf480360a51ea2c131bb4b4feff213d3170 (diff) | |
download | abc-9195192f65bed0c5f3ca2fd8f8b51b34b94f47b3.tar.gz abc-9195192f65bed0c5f3ca2fd8f8b51b34b94f47b3.tar.bz2 abc-9195192f65bed0c5f3ca2fd8f8b51b34b94f47b3.zip |
%pdra -L: now applies to all types
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r-- | src/base/wlc/wlc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h index 49ad5bf0..1a2bc505 100644 --- a/src/base/wlc/wlc.h +++ b/src/base/wlc/wlc.h @@ -169,7 +169,7 @@ struct Wlc_Par_t_ int nBitsMux; // MUX bit-width int nBitsFlop; // flop bit-width int nIterMax; // the max number of iterations - int nMuxLimit; // the max number of muxes + int nLimit; // the max number of signals int fXorOutput; // XOR outputs of word-level miter int fCheckClauses; // Check clauses in the reloaded trace int fPushClauses; // Push clauses in the reloaded trace |