Altera_Forum
Honored Contributor
14 years agoStrange Nios latency
I have SOPC Nios system with onchip_mem. Program (resides in onchip_mem) works very slowly.
In SignalTab I see strange Nios latency. Time between two simple writes is 48 Nios clock cycles! Why so? I suppose it should take 4 cycles. Test example int main() { while(1) { IOWR(0x00020000, 0x1, 0x1); IOWR(0x00020000, 0x2, 0x2); } }