mirror of https://github.com/YosysHQ/abc.git
Update pdrCore.c
Fixed issue with time stats for generalization in PDR
This commit is contained in:
parent
8a174ee865
commit
ac9cfc766a
|
|
@ -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