Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

FPGA resources usage

Altera_Forum
Honored Contributor II
2,443 Views

Hi, after I compile my opencl code, the resources usage as flows: 

 

+--------------------------------------------------------------------+ 

; Estimated Resource Usage Summary ; 

+----------------------------------------+---------------------------+ 

; Resource + Usage ; 

+----------------------------------------+---------------------------+ 

; Logic utilization ; 139% ; 

; ALUTs ; 59% ; 

; Dedicated logic registers ; 81% ; 

; Memory blocks ; 210% ; 

; DSP blocks ; 73% ; 

+----------------------------------------+---------------------------; 

 

The FPGA is Arria 10. I want to know what's the relationship between 'Logic utilization' and 'ALUTs'. Why 'ALUTs' is 59% but 'Logic utilization' is 139%?
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
654 Views
0 Kudos
Altera_Forum
Honored Contributor II
654 Views

 

--- Quote Start ---  

Here is Altera's interpretation: 

https://www.altera.com/support/support-resources/knowledge-base/solutions/rd05172012_146.html 

--- Quote End ---  

 

 

Hi, thanks fot your reply! Should I use either "Logic utilization" or "ALUTs" to estimate resources usage? Thank you!
0 Kudos
Altera_Forum
Honored Contributor II
654 Views

Logic utilisation is the more important. as you can see, as logic usage is > 100%, it will not fit in the device. (you also have 210% ram usage, so no chance)

0 Kudos
Altera_Forum
Honored Contributor II
654 Views

 

--- Quote Start ---  

Logic utilisation is the more important. as you can see, as logic usage is > 100%, it will not fit in the device. (you also have 210% ram usage, so no chance) 

--- Quote End ---  

 

 

Thanks for your reply!
0 Kudos
Reply