Altera_Forum
Honored Contributor
20 years agoNIOS II vs. NIOS I real (!) performance
Using NIOS-I as a controller with some percentage of signal processing tasks, we came across the fact that the CPU core uses 2 extra cycles for write access to on-chip RAM, 1 cycle for read access. This is more memory access penalty than for most controllers.
Cache does not have an influence. Moreover, cache is critical for our app due to its lack of determinism. Question: Does anybody know if NIOS-II has faster access to on-chip memory? At least for the 2-cycle write delay, there does not seem to be an obvious reason in neither the Avalon spec nor the M4K interface. Thanks! Rolf For those who are still interested in NIOS-I: I posted a more detailed analysis of do's and don'ts on our web at http://www.rpc-engineering.de/bin/view/kno...whow/nioscycles (http://www.rpc-engineering.de/bin/view/knowhow/nioscycles).