From a2ff2cb9c3fb414d33c853e7f67ce58203f7d231 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 4 Mar 2014 18:39:00 -0800 Subject: Changes to LUT mappers. --- src/aig/gia/giaIf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/aig') diff --git a/src/aig/gia/giaIf.c b/src/aig/gia/giaIf.c index a494ca8f..f5982ea4 100644 --- a/src/aig/gia/giaIf.c +++ b/src/aig/gia/giaIf.c @@ -1528,8 +1528,7 @@ Gia_Man_t * Gia_ManPerformMapping( Gia_Man_t * p, void * pp, int fNormalized ) If_Man_t * pIfMan; If_Par_t * pPars = (If_Par_t *)pp; // disable cut minimization when GIA strucure is needed -// if ( !pPars->fDelayOpt && !pPars->fUserRecLib && !pPars->fDeriveLuts ) - if ( !pPars->fDelayOpt && !pPars->fUserRecLib && !pPars->pLutStruct ) + if ( !pPars->fDelayOpt && !pPars->fUserRecLib && ((!pPars->fDeriveLuts && !pPars->fUseDsd) || !pPars->pLutStruct) ) pPars->fCutMin = 0; // reconstruct GIA according to the hierarchy manager -- cgit v1.2.3