Altera_Forum
Honored Contributor
14 years agoA question about fitting resource usage summary
I have synthesis an Opencore to FPGA DE0 board, and I see the fitting resource usage summary in the compilation report which shows as below
Total logic elements 2,039 / 15,408 ( 13 % ) Combinational with no register 1343 register only 35 Combinational with a register 661 Logic element usage by number of LUT inputs -- 4 input functions 1279 -- 3 input functions 478 -- <=2 input functions 247 register only 35 Logic elements by mode normal mode 1824 arithmetic mode 180 But when I reduced a JNE instrucion from the opencore ,and synthesis again, it shows Total logic elements 2,044 / 15,408 ( 13 % ) Combinational with no register 1348 register only 37 Combinational with a register 659 Logic element usage by number of LUT inputs -- 4 input functions 1281 -- 3 input functions 482 -- <=2 input functions 244 register only 37 Logic elements by mode normal mode 1827 arithmetic mode 180 It seems the logical elements it used increased? Why? Another question is in theory, when I reduced the instructions, the power consumption of the FPGA core should reduced, right? And is there any theory can explain the change of power consumption from this usage report? Thank you very much