mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-28 08:56:12 +02:00
Saving delay information after mapping.
This commit is contained in:
@@ -140,6 +140,7 @@ struct If_Par_t_
|
||||
int nLatchesCoBox; // the number of white box inputs among the COs
|
||||
int fLiftLeaves; // shift the leaves for seq mapping
|
||||
int fUseCoAttrs; // use CO attributes
|
||||
float FinalDelay; // final delay after mapping
|
||||
If_LibLut_t * pLutLib; // the LUT library
|
||||
float * pTimesArr; // arrival times
|
||||
float * pTimesReq; // required times
|
||||
|
||||
@@ -162,6 +162,7 @@ int If_ManPerformMappingComb( If_Man_t * p )
|
||||
fclose( pTable );
|
||||
}
|
||||
*/
|
||||
p->pPars->FinalDelay = p->RequiredGlo;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user