From 8e6d4d3fe95e87d65dcf70296bafa9749204daae Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 10 Nov 2011 23:17:08 -0800 Subject: Removing restruction on the number of LUT inputs. --- src/map/fpga/fpgaLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/fpga/fpgaLib.c') diff --git a/src/map/fpga/fpgaLib.c b/src/map/fpga/fpgaLib.c index 1c173ad9..51438513 100644 --- a/src/map/fpga/fpgaLib.c +++ b/src/map/fpga/fpgaLib.c @@ -116,13 +116,13 @@ Fpga_LutLib_t * Fpga_LutLibRead( char * FileName, int fVerbose ) i++; } p->LutMax = i-1; - +/* if ( p->LutMax > FPGA_MAX_LEAVES ) { p->LutMax = FPGA_MAX_LEAVES; printf( "Warning: LUTs with more than %d inputs will not be used.\n", FPGA_MAX_LEAVES ); } - +*/ // check the library if ( p->fVarPinDelays ) { -- cgit v1.2.3