mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-03 08:25:20 +02:00
New AIG optimization package.
This commit is contained in:
@@ -823,6 +823,10 @@ void Abc_Init( Abc_Frame_t * pAbc )
|
||||
extern void Dar_LibStart();
|
||||
Dar_LibStart();
|
||||
}
|
||||
{
|
||||
extern void Dau_DsdTest();
|
||||
Dau_DsdTest();
|
||||
}
|
||||
}
|
||||
|
||||
/**Function*************************************************************
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user