mirror of https://github.com/YosysHQ/abc.git
Improvements to gate sizing.
This commit is contained in:
parent
e311660078
commit
74cc0ad5e6
|
|
@ -455,8 +455,8 @@ void Abc_SclUpsizePrint( SC_Man * p, int Iter, int win, int nPathPos, int nPathN
|
||||||
void Abc_SclUpsizePerform( SC_Lib * pLib, Abc_Ntk_t * pNtk, int nIters, int Window, int Ratio, int Notches, int TimeOut, int fDumpStats, int fVerbose, int fVeryVerbose )
|
void Abc_SclUpsizePerform( SC_Lib * pLib, Abc_Ntk_t * pNtk, int nIters, int Window, int Ratio, int Notches, int TimeOut, int fDumpStats, int fVerbose, int fVeryVerbose )
|
||||||
{
|
{
|
||||||
SC_Man * p;
|
SC_Man * p;
|
||||||
Vec_Int_t * vPathPos; // critical POs
|
Vec_Int_t * vPathPos = NULL; // critical POs
|
||||||
Vec_Int_t * vPathNodes; // critical nodes and PIs
|
Vec_Int_t * vPathNodes = NULL; // critical nodes and PIs
|
||||||
Vec_Int_t * vTFO;
|
Vec_Int_t * vTFO;
|
||||||
int i, win, nUpsizes = -1;
|
int i, win, nUpsizes = -1;
|
||||||
int nAllPos, nAllNodes, nAllTfos, nAllUpsizes;
|
int nAllPos, nAllNodes, nAllTfos, nAllUpsizes;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue