summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/opt/dau/dauNpn.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/opt/dau/dauNpn.c b/src/opt/dau/dauNpn.c
index 0d8aae24..7484449f 100644
--- a/src/opt/dau/dauNpn.c
+++ b/src/opt/dau/dauNpn.c
@@ -47,7 +47,7 @@ ABC_NAMESPACE_IMPL_START
***********************************************************************/
void Dau_TruthEnum()
{
- int fUseTable = 0;
+ int fUseTable = 1;
abctime clk = Abc_Clock();
#ifdef USE4VARS
int nVars = 4;
@@ -76,6 +76,11 @@ void Dau_TruthEnum()
}
if ( pTable == NULL )
printf( "Cannot alloc memory for table.\n" );
+
+ for ( i = 0; i <= 0x7FFFFFFF; i++ )
+ if ( (i & 0x0FFFFFFF) == 0x0FFFFFFF )
+ printf( "%08x : %08x\n", i, pTable[i] );
+
for ( tCur = 0; tCur < nFuncs; tCur++ )
{
if ( (tCur & 0xFFFF) == 0 )