Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI suggest reading the avalon specification (http://www.altera.com/literature/manual/mnl_avalon_spec.pdf).
The write signal is normally '0'. To perform a write, supply the correct vectors to writedata and address, change write to '1', wait until waitrequest is '0', and change write to '0' again (except if you want to write again)