Forum Discussion
Altera_Forum
Honored Contributor
11 years agoIORD and IOWR issues
Hello there, I am struggling to understand a simple write and read with the nios processor. With qsys, I have setup a simple testcase where a nios (e) with no cache and a PIO are connected...
Altera_Forum
Honored Contributor
11 years agoI have
- verified the logic on the technology map - set address bit 31 as you recommended - on system.h, NIOS2_DCACHE_SIZE and NIOS2_ICACHE_SIZE = 0 still I dont have the expected "10101" in binary from a IOWR of 0xA. HW: data_out <= {writedata[5:0],1'b1}; Observed behaviour on both the LEDs and with IORD suggest that the implementation is data_out <= writedata[6:0]; Do you have any other idea how to debug that ?