Version abc71130

This commit is contained in:
Alan Mishchenko
2007-11-30 08:01:00 -08:00
parent 765a212408
commit 369f008e69
24 changed files with 1885 additions and 31 deletions
+2 -1
View File
@@ -113,10 +113,11 @@ Fpga_LutLib_t * Fpga_LutLibCreate( 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 input will not be used.\n", FPGA_MAX_LEAVES );
printf( "Warning: LUTs with more than %d inputs will not be used.\n", FPGA_MAX_LEAVES );
}
// check the library