Why is the maximum frequency lower in performance mode than in any other mode?
Hey there!
I started to learn VHDL development by using a MAX10-FPGA and a small development board.
My first project is to develop a small "distance sensor". The project itself is very small with just 4 simple files and about 300 lines of code.
When I spent some time on investigating the different optimization modes, I figured out that the maximum frequency is lower in performance mode than in any other mode. But shouldn't it be vice versa?!
-> balanced mode:75 LE and maximum frequency of 253,94 MHz
-> Performance mode: 80 LE and maximum frequency of 209,16 MHz
-> Power mode: 75 LE and maximum frequency of 254,26
-> Area: 75 LE and maximum frequency of 253,94 MHz
Does anyone understand what went wrong there? Or are these different modes more reliable in "bigger" applications?
Thanks in advance!