summaryrefslogtreecommitdiffstats
path: root/src/opt/dau
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-08-01 20:31:02 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2018-08-01 20:31:02 -0800
commit21e5b041d534b470fcd57463b472a909168f6103 (patch)
tree43501de94859c89b9ff44cee79b80995a328db5d /src/opt/dau
parentb90528ab1ee586d64124460dc359998f44f56842 (diff)
downloadabc-21e5b041d534b470fcd57463b472a909168f6103.tar.gz
abc-21e5b041d534b470fcd57463b472a909168f6103.tar.bz2
abc-21e5b041d534b470fcd57463b472a909168f6103.zip
Experiments with function enumeration.
Diffstat (limited to 'src/opt/dau')
-rw-r--r--src/opt/dau/dauNpn.c4
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;