Forum Discussion
EricMunYew_C_Intel
Frequent Contributor
5 years agoHi, Steven
You may need to run timing analysis in Quartus, make sure there is no timing errors.
For example,
create_clock -period "150 MHz" -name {clk} {clk}
derive_pll_clocks
The timing report will tell you the max. frequency you can run, or you have to do place and route to improve timing.
Thanks.
Eric