Forum Discussion
Altera_Forum
Honored Contributor
10 years agoKinds of analysis using Quartus II
Dear Altruists, I am a new user of Quartus II software. I have already used the DE1 board (having Cyclone II processor). I need to know what type of analysis or data can I get from Quartus II soft...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- FPGAs have no gates, so gate count is not available. What you can get is a count of LUTs, registers, ram, multipliers etc used in the design (ie. the basic parts in the FPGA). This is estimated in the synth report and given in the fitter report. In the fit report it also gives these numbers as a %age of the current device. Power estimation can be done with the PowerPlay power estimator tool : https://www.altera.com/support/support-resources/operation-and-testing/power/pow-powerplay.html Block diagrams can be found in tools -> netlist viewers -> --- Quote End --- Thanks a lot. I need to compile a design which contains 64 input and 64 output lines. Is there any way to assign pins for those in DE1 board?