Forum Discussion
töz00
New Contributor
6 years agoon chip memory does'nt work with 150 MHz on Cyclone V E development kit
hello dear Intel, I am using Cyclone V E development kit. I set up a simple nios system(clock-pll-nios II processor- onchip memory-jtag uart) . This system runs with 50 MHz clock frequency. When i ...
EricMunYew_C_Intel
Frequent Contributor
6 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