Altera_Forum
Honored Contributor
12 years agoQuartus 2-The hardware resource report in Compilation Report
Hi everyone,
I'm now using two different methods to implement an algorithm on FPGA and I'd like to see the hardware resource consumption of each method. I compiled each program and the Compilation Report lists a lot of things which confused me a lot. Taking the Stratix ii family as example, the report will list how many Combinational ALUT's , Dedicated logic registers, Total registers, Total block memory bits ,DSP block elements this program costs. I wonder if there's a standard measurement for those hardware.I can translate different kinds of cost into one. Say X,then the ALUT = 2X, dedicated logic register = 3X .......DSP block element = 10X for example . In this way I can compare two methods hardware consumption easily. Thanks a lot:)