Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSimple ethernet communication and Avalon
Hi guys, I am trying to send data to a computer from my Cyclone III dsp development board through Marvell 88E1111. My aim is just send the data to computer without any error connection. For that...
Altera_Forum
Honored Contributor
16 years agoYes the TSE MAC can be used without SoPC builder. The Avalon ST and Avalon MM interfaces are simply bus protocols. Those buses are used within SoPC builder but they don't have to be. You can most certainly write your own logic to talk to the MAC.
The Avalon MM specification is basically just a typical processor bus (address, write, read, data, etc). The Avalon ST specification is for streaming data and allows for packet control and backpressure. Jake