mirror of https://github.com/YosysHQ/abc.git
Suggested changes to collect and pass timing information (unused variable).
This commit is contained in:
parent
0deb8bf632
commit
e9b487666d
|
|
@ -485,7 +485,7 @@ void Abc_NtkTimePrepare( Abc_Ntk_t * pNtk )
|
|||
***********************************************************************/
|
||||
Abc_ManTime_t * Abc_ManTimeStart( Abc_Ntk_t * pNtk )
|
||||
{
|
||||
int fUseZeroDefaultOutputRequired = 1;
|
||||
//int fUseZeroDefaultOutputRequired = 1;
|
||||
Abc_ManTime_t * p;
|
||||
Abc_Time_t* pTime;
|
||||
Abc_Obj_t * pObj; int i;
|
||||
|
|
|
|||
Loading…
Reference in New Issue