Forum Discussion
Altera_Forum
Honored Contributor
16 years agoEthernet with DSP Dev. Kit Cyclone III (no NIOS)
Hi, I have the dsp development kit, cyclone iii edition (http://www.altera.com/products/devkits/altera/kit-cyc3-dsp.html). How can I use the Ethernet? In my altera > 80 > ip Direct...
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)