Commit 74cc0ad5 by Alan Mishchenko

Improvements to gate sizing.

parent e3116600
...@@ -455,8 +455,8 @@ void Abc_SclUpsizePrint( SC_Man * p, int Iter, int win, int nPathPos, int nPathN ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment