mirror of https://github.com/YosysHQ/abc.git
Experiments with inductive don't-cares.
This commit is contained in:
parent
56110efaad
commit
646b2169f0
|
|
@ -464,6 +464,10 @@ int Abc_NtkMfsAfterICheck( Abc_Ntk_t * p, int nFrames, Vec_Int_t * vFlops, Sfm_P
|
|||
}
|
||||
Abc_NtkDelete( pNtk );
|
||||
Sfm_NtkFree( pp );
|
||||
// perform final sweep
|
||||
Abc_NtkSweep( p, 0 );
|
||||
if ( !Abc_NtkHasSop(p) )
|
||||
Abc_NtkToSop( p, 0 );
|
||||
return 1;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue