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 for the idea, BadOmen!
Sounds like 'byteenable' would make the slave module much more flexible. However, my question was much more simple.. I just found out that using IOWR_16DIRECT, IORD_16DIRECT would solve my problem.