mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 03:05:36 +02:00
Fixed &reachy to perform reparametrization in case reachability is disabled.
This commit is contained in:
@@ -1059,12 +1059,12 @@ int Llb_Nonlin4CoreReach( Aig_Man_t * pAig, Gia_ParLlb_t * pPars )
|
||||
printf( "The number of objects is more than 2^15. Clustering cannot be used.\n" );
|
||||
return RetValue;
|
||||
}
|
||||
if ( !pPars->fSkipReach )
|
||||
{
|
||||
int clk = clock();
|
||||
pMnn = Llb_MnxStart( pAig, pPars );
|
||||
//Llb_MnxCheckNextStateVars( pMnn );
|
||||
RetValue = Llb_Nonlin4Reachability( pMnn );
|
||||
if ( !pPars->fSkipReach )
|
||||
RetValue = Llb_Nonlin4Reachability( pMnn );
|
||||
pMnn->timeTotal = clock() - clk;
|
||||
Llb_MnxStop( pMnn );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user