mirror of https://github.com/YosysHQ/abc.git
Trying to make sorting of nodes platform-indendent.
This commit is contained in:
parent
9608bcd1d8
commit
c80c0cc6c9
|
|
@ -284,7 +284,7 @@ Aig_Man_t * Dar_ManCompress2( Aig_Man_t * pAig, int fBalance, int fUpdateLevel,
|
|||
if ( fVerbose ) printf( "Refactor: " ), Aig_ManPrintStats( pAig );
|
||||
|
||||
// balance
|
||||
if ( fBalance )
|
||||
// if ( fBalance )
|
||||
{
|
||||
pAig = Dar_ManBalance( pTemp = pAig, fUpdateLevel );
|
||||
Aig_ManStop( pTemp );
|
||||
|
|
|
|||
Loading…
Reference in New Issue