mirror of https://github.com/YosysHQ/abc.git
Fixed a critical bug in the previous update.
This commit is contained in:
parent
75ee395f91
commit
a84b1cfc55
|
|
@ -949,7 +949,7 @@ Gia_Man_t * Gia_ManSpecReduce( Gia_Man_t * p, int fDualOut, int fSynthesis, int
|
|||
if ( Vec_IntEntry( vTrace, i ) == 0 )
|
||||
continue;
|
||||
pObj = Gia_ManPo( pNew, Gia_ManPoNum(p) + i );
|
||||
pObj->fCompl0 = 0;
|
||||
pObj->fCompl0 = 1;
|
||||
pObj->iDiff0 = Gia_ObjId( pNew, pObj );
|
||||
}
|
||||
Vec_IntFreeP( &vTrace );
|
||||
|
|
|
|||
Loading…
Reference in New Issue