Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHI! I don't know instruction cycle
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/huh.gif HI! I want fast CopyMemory function and write inline asm code. (under line) I don't know " LDW, STW" machine cyc...
Altera_Forum
Honored Contributor
21 years agoHi,
are you using Nios II/fast ? there seems to be dependencies into your instruction: your are losing some cycles... ld/stw should take one instruction only when they use cache memory. maybe also you would prefer to use DMA. what about printing a dump of assembly code; instead of C inline assembly... Sylvain