Improvements to the hierarchy/timing manager.

This commit is contained in:
Alan Mishchenko
2013-03-05 13:13:15 -08:00
parent 0c9337f627
commit 4ff5203f4c
20 changed files with 198 additions and 88 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ Vec_Int_t * Llb_AigMap( Aig_Man_t * pAig, int nLutSize, int nLutMin )
// get timing information
pPars->pTimesArr = Abc_NtkGetCiArrivalFloats(pNtk);
pPars->pTimesReq = NULL;
pPars->pTimesReq = Abc_NtkGetCoRequiredFloats(pNtk);
// perform LUT mapping
pIfMan = Abc_NtkToIf( pNtk, pPars );