Forum Discussion
Altera_Forum
Honored Contributor
13 years agoQsys generates address maps based on the width of the address signal/port at each component on avalon. The addressing scheme is to route RD/WR transactions around the bus to the right peripheral, which is nothing more than muxing to the correct set of physical address lines.
The 18 address lines to the SRAM can access 2^18 or 262144 locations, each location being 16bits wide; hence the 512kByte memory space.