mirror of https://github.com/YosysHQ/abc.git
Bug fix in 'tempor -s'.
This commit is contained in:
parent
9439786d95
commit
431dc61a9e
|
|
@ -241,6 +241,7 @@ Aig_Man_t * Saig_ManTempor( Aig_Man_t * pAig, int nFrames, int TimeOut, int nCon
|
||||||
}
|
}
|
||||||
assert( iLastBefore < nFramesFinished );
|
assert( iLastBefore < nFramesFinished );
|
||||||
printf( "BMC succeeded to frame %d. Adjusting frame count to be (%d) based on the last transient signal.\n", nFramesFinished, iLastBefore );
|
printf( "BMC succeeded to frame %d. Adjusting frame count to be (%d) based on the last transient signal.\n", nFramesFinished, iLastBefore );
|
||||||
|
nFrames = iLastBefore;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Vec_IntFreeP( &vTransSigs );
|
Vec_IntFreeP( &vTransSigs );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue