diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2018-08-01 20:31:02 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2018-08-01 20:31:02 -0800 |
commit | 21e5b041d534b470fcd57463b472a909168f6103 (patch) | |
tree | 43501de94859c89b9ff44cee79b80995a328db5d /src/opt/dau/dauNpn.c | |
parent | b90528ab1ee586d64124460dc359998f44f56842 (diff) | |
download | abc-21e5b041d534b470fcd57463b472a909168f6103.tar.gz abc-21e5b041d534b470fcd57463b472a909168f6103.tar.bz2 abc-21e5b041d534b470fcd57463b472a909168f6103.zip |
Experiments with function enumeration.
Diffstat (limited to 'src/opt/dau/dauNpn.c')
-rw-r--r-- | src/opt/dau/dauNpn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opt/dau/dauNpn.c b/src/opt/dau/dauNpn.c index 7767f596..0d8aae24 100644 --- a/src/opt/dau/dauNpn.c +++ b/src/opt/dau/dauNpn.c @@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -#define USE4VARS 1 +//#define USE4VARS 1 //////////////////////////////////////////////////////////////////////// /// FUNCTION DEFINITIONS /// @@ -47,7 +47,7 @@ ABC_NAMESPACE_IMPL_START ***********************************************************************/ void Dau_TruthEnum() { - int fUseTable = 1; + int fUseTable = 0; abctime clk = Abc_Clock(); #ifdef USE4VARS int nVars = 4; |