Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCan I accelerate?
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/wink.gif hello,everyone! My NiosII's C code is: int main() { unsigned count; while(1) { count=IORD_ALTER...
Altera_Forum
Honored Contributor
21 years agoUncached memory accesses are generally slow with Nios II. For fast I/O you can use custom instructions that access the hardware directly. With that you can come down to 2 to 3 cycles per access.
Regards, Thomas