Altera_Forum
Honored Contributor
12 years agoThe Avalon-MM slave interface in the Rapidio IP core
Hello
The Concentrator module provides an Avalon-MM slave interface that accesses all configuration registers in the RapidIO IPcore. while i was configing the IO module registers through the Avalon-MM slave interface,i make the sys_mnt_s_address[16:2]be the register's address ,and make the sys_mnt_s_writedata[31:0] be the configure data,when i use the signaltap to see the register's value ,the value names sys_mnt_s_readdata[31:0]===32'b0,the value of sys_mnt_s_readdata[31:0] wasn't equal to sys_mnt_s_writedata[31:0] Does the way that i configure the register is right? why the value of sys_mnt_s_readdata[31:0] wasn't equal to sys_mnt_s_writedata[31:0] ?