summaryrefslogtreecommitdiffstats
path: root/src/aig/gia
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-03-09 20:21:09 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-03-09 20:21:09 -0700
commitc97a9c0d18ab0fd3c23c7acff3f7a8ab6aadbf27 (patch)
tree708e4e5bfd2dd6d498879ffe81d747cbf0f3d4a2 /src/aig/gia
parent024715ed09e59c2a6308955ae996a7678193d928 (diff)
downloadabc-c97a9c0d18ab0fd3c23c7acff3f7a8ab6aadbf27.tar.gz
abc-c97a9c0d18ab0fd3c23c7acff3f7a8ab6aadbf27.tar.bz2
abc-c97a9c0d18ab0fd3c23c7acff3f7a8ab6aadbf27.zip
Changes to LUT mappers.
Diffstat (limited to 'src/aig/gia')
-rw-r--r--src/aig/gia/giaIf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaIf.c b/src/aig/gia/giaIf.c
index b2c2622f..38da65c2 100644
--- a/src/aig/gia/giaIf.c
+++ b/src/aig/gia/giaIf.c
@@ -1193,7 +1193,7 @@ int Gia_ManFromIfLogicFindLut( If_Man_t * pIfMan, Gia_Man_t * pNew, If_Cut_t * p
return RetValue;
}
// find the bound set
- uSetOld = If_DsdManCheckXY( pIfMan->pIfDsdMan, pCutBest->iCutDsd, nLutSize, 1, 0 );
+ uSetOld = If_DsdManCheckXY( pIfMan->pIfDsdMan, pCutBest->iCutDsd, nLutSize, 1, 1, 0 );
// remap bound set
uSetNew = 0;
for ( k = 0; k < If_CutLeaveNum(pCutBest); k++ )