mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 10:18:06 +02:00
Version abc71130
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user