Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- A simple test would show whether it is SDRAM bandwidth limited - once the code/data is cached lack of bandwidth wouldn't matter. It might be caused by problems exiting reset. You'd need to be certain that the JTAG download (if that is what you are using) isn't asserting the global reset for each cpu. I've used two cpus, in my case I exposed the nios 'soft reset', loaded all the code from a single image, removed the reset from one cpu and got that cpu to remove the other reset after it had done some global initialisation. I'm downloading (and controlling things) via a PCIe (slave) -> Avalon master bridge. --- Quote End --- Dsl, please how can i do the test to know if the problem come from a bandwidth limitation? thank you