Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
I already successfuly run my custom board at CPU 150MHz, SDRAM 150MHz with the PLL paremeter Ratio 3/1, Ph -65 degrees ~~ -190 degrees.
- Altera_Forum
Honored Contributor
Even with a fast Stratix it will be very tricky to run a NIOS CPU at 200MHz. you can try and identify the slow paths in Timequest to add pipelining at the correct places in your SOPC design.
- Altera_Forum
Honored Contributor
Also keep in mind if you plan on placing your code in that same SDRAM by running them on different clock domains you are going to add a lot of read latency due to the clock crossing. Depending on your cache size and the way your algorithms are coded this may lead to less performance than if everything was on the same domain. People usually create half-rate bridges to handle this assuming the two clocks are in phase.