23 Address lines

greenspun.com : LUSENET : ece342 : One Thread

18 address lines are required to map on to the DRAM chips. If we are not using aliasing what are the other 5 bits for ?

-- Neil Mittal (mittaln@ecf.toronto.edu), February 01, 1999

Answers

Using aliasing means that you ignore some address lines. In effect, they become don't-cares in your address decode logic.

Not using aliasing this means that you need to decode all of the address lines.

-- Steven Caranci (caranci@eecg.toronto.edu), February 02, 1999.


You need the 4 upper address bits to decode one of the 10 1MB memory regions between $200000 & $BFFFFF. Since your memory is only 512KB, you have one extra address pin left over. With aliasing you wouldn't need to connect this pin and your memory would occupy the whole 1MB region (there would be two copies of it). But we want you to not use aliasing, so there will only be one copy.

Robin

-- Robin Grindley (grindley@eecg.toronto.edu), February 02, 1999.


Moderation questions? read the FAQ