Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI want Nios 200MHz , SDRAM 100MHz. How to?
I want the Nios cpu running at 200MHz. so I have to let the SDRAM alse running at 200MHz. but no matter what Phase I set in the PLL. It can not work. If you guys successfully do this . plea...
Altera_Forum
Honored Contributor
15 years agoAlso 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.