Native Read Timing
- Master asserts read enable signal with valid address and wait for the read acknowledgement from the SDRAM controller.
- SDRAM controller acknowledges to the read enable
- Master updates the next address. Read enable signal remains high for a burst read.
- Master terminates the burst read by asserting the last signal.
- Master de-asserts read enable and last signals.
- SDRAM controller asserts read valid signal to indicate that the data is ready for master to read.
- SDRAM controller continue to assert read valid signal until all read are sent out.