mirror of https://github.com/YosysHQ/abc.git
Sequential cleanup with symbolic/ternary simulation (bug fix).
This commit is contained in:
parent
a525dfba6c
commit
70694628d2
|
|
@ -499,7 +499,7 @@ Aig_Man_t * Aig_ManConstReduce( Aig_Man_t * p, int fUseMvSweep, int nFramesSymb,
|
|||
{
|
||||
Aig_Man_t * pTemp;
|
||||
Vec_Ptr_t * vMap;
|
||||
while ( 1 )
|
||||
while ( Aig_ManRegNum(p) > 0 )
|
||||
{
|
||||
if ( fUseMvSweep )
|
||||
vMap = Saig_MvManSimulate( p, nFramesSymb, nFramesSatur, fVerbose, fVeryVerbose );
|
||||
|
|
|
|||
Loading…
Reference in New Issue