Commit e9b48766 by Alan Mishchenko

Suggested changes to collect and pass timing information (unused variable).

parent 0deb8bf6
...@@ -485,7 +485,7 @@ void Abc_NtkTimePrepare( Abc_Ntk_t * pNtk ) ...@@ -485,7 +485,7 @@ void Abc_NtkTimePrepare( Abc_Ntk_t * pNtk )
***********************************************************************/ ***********************************************************************/
Abc_ManTime_t * Abc_ManTimeStart( Abc_Ntk_t * pNtk ) Abc_ManTime_t * Abc_ManTimeStart( Abc_Ntk_t * pNtk )
{ {
int fUseZeroDefaultOutputRequired = 1; //int fUseZeroDefaultOutputRequired = 1;
Abc_ManTime_t * p; Abc_ManTime_t * p;
Abc_Time_t* pTime; Abc_Time_t* pTime;
Abc_Obj_t * pObj; int i; Abc_Obj_t * pObj; int i;
......
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