summaryrefslogtreecommitdiffstats
path: root/src/proof/llb/llb4Map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/llb/llb4Map.c')
-rw-r--r--src/proof/llb/llb4Map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/llb/llb4Map.c b/src/proof/llb/llb4Map.c
index 4b46f308..4487ce25 100644
--- a/src/proof/llb/llb4Map.c
+++ b/src/proof/llb/llb4Map.c
@@ -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 );