@@ -354,13 +388,6 @@ Abc_Ntk_t * Abc_NtkReachability( Abc_Ntk_t * pNtkRel, int nIters, int fVerbose )
if(!fFixedPoint)
fprintf(stdout,"Reachability analysis stopped after %d iterations.\n",nIters);
// report the stats
if(fVerbose)
{
// nMints = 1;
// fprintf( stdout, "The estimated number of minterms in the reachable state set = %d. (%6.2f %%)\n", nMints, 100.0*nMints/(1<<Abc_NtkLatchNum(pNtk)) );
}
// complement the output to represent the set of unreachable states
Abc_ObjXorFaninC(Abc_NtkPo(pNtkReached,0),0);
...
...
@@ -372,7 +399,7 @@ Abc_Ntk_t * Abc_NtkReachability( Abc_Ntk_t * pNtkRel, int nIters, int fVerbose )
Abc_NtkDeleteObj(pObj);
}
// make sure that everything is okay
// check consistency of the network
if(!Abc_NtkCheck(pNtkReached))
{
printf("Abc_NtkReachability: The network check has failed.\n");