| 1. |
Is A Default Slave Really Necessary? |
|
Answer» If the entire 4 gigabyte address space is defined then a default slave is not required. If, however, there are undefined areas in the MEMORY map then it is important to ensure that a spurious ACCESS to a non-existent address location will not lock up the system. The functionality of the default slave is EXTREMELY simple and it will often make SENSE to implement this within the decoder. If the entire 4 gigabyte address space is defined then a default slave is not required. If, however, there are undefined areas in the memory map then it is important to ensure that a spurious access to a non-existent address location will not lock up the system. The functionality of the default slave is extremely simple and it will often make sense to implement this within the decoder. |
|