From 924ec940fe1dbda99d9ff16b94dba9ec56015ca1 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 6 Oct 2011 15:48:27 +0700 Subject: Changes to the matching procedure. --- src/base/abci/abc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index d692e5d8..a8bd177f 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -13289,9 +13289,9 @@ int Abc_CommandIf( Abc_Frame_t * pAbc, int argc, char ** argv ) } if ( pPars->pLutStruct ) { - if ( pPars->nLutSize < 6 || pPars->nLutSize > 11 ) + if ( pPars->nLutSize < 6 || pPars->nLutSize > 16 ) { - Abc_Print( -1, "This feature only works for {6,7,8,9,10,11}-LUTs.\n" ); + Abc_Print( -1, "This feature only works for [6;16]-LUTs.\n" ); return 1; } pPars->pFuncCell = If_CutPerformCheck16; -- cgit v1.2.3