New AIG optimization package.

This commit is contained in:
Alan Mishchenko
2012-10-06 15:09:00 -07:00
parent 6de48109f3
commit ad8a3f5159
9 changed files with 712 additions and 1 deletions
+4
View File
@@ -823,6 +823,10 @@ void Abc_Init( Abc_Frame_t * pAbc )
extern void Dar_LibStart();
Dar_LibStart();
}
{
extern void Dau_DsdTest();
Dau_DsdTest();
}
}
/**Function*************************************************************
+4
View File
@@ -202,6 +202,10 @@ void Abc_TruthNpnPerform( Abc_TtStore_t * p, int NpnType, int fVerbose )
{
for ( i = 0; i < p->nFuncs; i++ )
{
extern void Dau_DsdTestOne( word t, int i );
assert( p->nVars == 6 );
Dau_DsdTestOne( *p->pFuncs[i], i );
if ( fVerbose )
printf( "%7d : ", i );
if ( fVerbose )