Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAccess custum module using IOWR
Hello, I am having trouble accessing to my module using niosII IOWR function.:cry: my logic is below: == module test_module( input clk, input wren, input[15:0] indata, output reg[15:0] outtd...
Altera_Forum
Honored Contributor
14 years agoThanks DSL! I saw your other posts.
I guess in my situation, this 'bus width adapter' is added automatically in my SOPC, as an result, generates 2 cycles into my 16bit slave. I will choose to make my slave 32bit.