Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- To send a packet, you need to use the Avalon stream sink ff_tx. You don't have any address there, just send your words one after the others and use the rdy/wren for flow control. --- Quote End --- Yes, but if I don't use the TSE core (because my Cyclone ii Board does not need it) then I must use the following pins: Address Enable, Synchronous Ready, VL Bus Access, Local Device, IO Char Ready, Address Strobe, Local Bus Clock, Ready/Return, Bus Cycle, Write/Read, Bus Chip Select, Interrupt, Byte Enable (0...4), Read, Write, Address Line (1...15) and Data Line (0...31). I have a manual about the mac/phy-chip (http://www.smsc.com/media/downloads_public/data_sheets/91c111.pdf) but I couldn't find the information I need. I tried to capture the packets with wireshark but I couldn't see them.