Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFer a simple (non bursted and non pipelined) read or write access, you need to:
[list][*]put the address on the address signal [*]for a read, assert the read signal [*]for a write, put the data on the writedata signal and assert the write signal [*]wait until waitrequest is deasserted [*]deassert read and write. For a read access, the data will be available on readdata [/list]