mirror of https://github.com/YosysHQ/abc.git
Improvements to gate-sizing.
This commit is contained in:
parent
b8b478c8d8
commit
484ab7a17b
|
|
@ -146,6 +146,7 @@ Vec_Int_t * Abc_SclFindCriticalPath( SC_Man * p, int Range, Vec_Int_t ** pvPivot
|
|||
pObj = Abc_SclFindMostCriticalFanin( p, &fRise, pObj );
|
||||
}
|
||||
}
|
||||
Vec_IntUniqify( vPath );
|
||||
if ( pvPivots )
|
||||
*pvPivots = vPivots;
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue