mirror of https://github.com/YosysHQ/abc.git
Suggested fix.
This commit is contained in:
parent
5fc62b881f
commit
3fd42912ad
|
|
@ -697,7 +697,7 @@ int Pdr_ManGeneralize( Pdr_Man_t * p, int k, Pdr_Set_t * pCube, Pdr_Set_t ** ppP
|
|||
return -1;
|
||||
if ( RetValue == 0 )
|
||||
{
|
||||
p->tGeneral += clock() - clk;
|
||||
p->tGeneral += Abc_Clock() - clk;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue