Forum Discussion
Altera_Forum
Honored Contributor
14 years agoFirst the slave seems to cover a 4 byte space, so the master would need at least a 2-bit address to cover it (from the master side the address is always a byte address). Second, your slave is currently mapped at the address 0x11048, so the master would need at least 17 bits on its address vector to properly address the slave.
You need a wider address bus on your master. I always use 32-bit address buses on my masters to avoid those kind of problems.