CS355 Syllabus & Progress
Read Operation on a Synchronous Bus
- Sequence of events the must happen to realise a read operation:
- CPU sends out address and READ signal
- CPU waits for data (from memory)
- Memory sends out wait if data is not ready
- Memory sends out data (after some time) and remove wait
- CPU reads data
- assume CPU reads when bus clock goes from ONE to ZERO
- CPU removes address and READ signal
- Memory removes data