Commit 89c981c6 by Alan Mishchenko

The ECO code (fix to the broken build).

parent fa00219d
......@@ -2273,7 +2273,7 @@ Vec_Ptr_t * Acb_TransformPatchFunctions( Vec_Ptr_t * vSops, Vec_Wec_t * vSupps,
***********************************************************************/
int Acb_NtkEcoPerform( Acb_Ntk_t * pNtkF, Acb_Ntk_t * pNtkG, char * pFileNameF, int fCisOnly )
{
extern Gia_Man_t * Abc_SopSynthesizeOne( char * pSop );
extern Gia_Man_t * Abc_SopSynthesizeOne( char * pSop, int fClp );
abctime clk = Abc_Clock();
int nTargets = Vec_IntSize(&pNtkF->vTargets);
......@@ -2389,7 +2389,7 @@ int Acb_NtkEcoPerform( Acb_Ntk_t * pNtkF, Acb_Ntk_t * pNtkG, char * pFileNameF,
}
// add new function to the miter
pOne = Abc_SopSynthesizeOne( pSop );
pOne = Abc_SopSynthesizeOne( pSop, 1 );
printf( "Tar%02d: ", i );
Gia_ManPrintStats( pOne, NULL );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment