Altera_Forum
Honored Contributor
8 years agoM20K block related build error
I try to build the opencl code.
The memory blocks in estimated resource usage summary is 35%. But there is a error message as below: Error (170048): Selected device has 2713 RAM location(s) of type M20K block. However, the current design needs more than 2713 to successfully fit How come the memory blocks usage does not exceed 100%, but it still has RAM prolbem related error? how to avoid the kind of error? any suggestion? +--------------------------------------------------------------------+ ; Estimated Resource Usage Summary ; +----------------------------------------+---------------------------+ ; Resource + Usage ; +----------------------------------------+---------------------------+ ; Logic utilization ; 26% ; ; ALUTs ; 14% ; ; Dedicated logic registers ; 12% ; ; Memory blocks ; 35% ; ; DSP blocks ; 1% ; +----------------------------------------+---------------------------; Error (170048): Selected device has 2713 RAM location(s) of type M20K block. However, the current design needs more than 2713 to successfully fit Thanks