Forum Discussion
Altera_Forum
Honored Contributor
9 years agoIf your component is correctly receiving read_n or write_n strobes for one address, but is not receiving it for other addresses, it sounds like you have an error in how you have specified the address range for your component.
You can quickly check this within Qsys looking at the address map, or you can read your BSP generated system.h and look for your component and it's "#define nnnnnnn_SPAN yyy" attribute. Basically, Qsys generates the address decode logic and if your address span isn't wide enough it's not going to send you read_n/write_n.