mirror of https://github.com/YosysHQ/abc.git
Specialized inductive check.
This commit is contained in:
parent
66b6593513
commit
78a0660eab
|
|
@ -413,7 +413,7 @@ void Bmc_PerformISearch( Gia_Man_t * p, int nFramesMax, int nTimeOut, int fRever
|
|||
for ( i = 0; i < Gia_ManRegNum(p); i++ )
|
||||
Vec_IntPush( vLits, Abc_Var2Lit(i, 0) );
|
||||
|
||||
for ( f = 1; f < nFramesMax; f++ )
|
||||
for ( f = 1; f <= nFramesMax; f++ )
|
||||
Bmc_PerformISearchOne( p, f, nTimeOut, fReverse, fVerbose, vLits );
|
||||
|
||||
// dump the numbers of the flops
|
||||
|
|
|
|||
Loading…
Reference in New Issue