summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-08-12 23:34:54 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-08-12 23:34:54 -0700
commitee1e20ddf8716d057fa8e5ce18485afac2b7a871 (patch)
tree55fa5a93e3bc0fd63ff894b89b27ec846a800f22 /src/base/abci/abc.c
parentfcfafb06017e50144966cd4d56dfac77123ae03c (diff)
downloadabc-ee1e20ddf8716d057fa8e5ce18485afac2b7a871.tar.gz
abc-ee1e20ddf8716d057fa8e5ce18485afac2b7a871.tar.bz2
abc-ee1e20ddf8716d057fa8e5ce18485afac2b7a871.zip
Enabling additional matching feature in the LUT mapper.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 399183ab..97528216 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -29454,17 +29454,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv )
pPars->pFuncCell = If_CutPerformCheck10;
pPars->fCutMin = 1;
}
- if ( pPars->fEnableCheck75 )
- {
- if ( pPars->nLutSize < 6 || pPars->nLutSize > 8 )
- {
- Abc_Print( -1, "This feature only works for {6,7,8}-LUTs.\n" );
- return 1;
- }
- pPars->pFuncCell = If_CutPerformCheck75;
- pPars->fCutMin = 1;
- }
- if ( pPars->fEnableCheck75u )
+ if ( pPars->fEnableCheck75 || pPars->fEnableCheck75u )
{
if ( pPars->nLutSize < 6 || pPars->nLutSize > 8 )
{