Forum Discussion
Altera_Forum
Honored Contributor
12 years agoEthernet IP Core
Hi, I would like to ask You the next question. The sending process to Avalon Bus controlled by ff_tx_sop and ff_tx_eop signals (in addition to other signals). In order to send user's data,...
Altera_Forum
Honored Contributor
12 years agoYou have to build the full frame. This is described in Table 7-8 of the user guide (ug_ethernet.pdf) [among other places]
--- Quote Start --- ff_tx_sop - startofpacket - Transmit start of packet. Assert this signal when the first byte in the frame (the first byte of the destination address) is driven on ff_tx_data. --- Quote End --- --- Quote Start --- ff_tx_eop - endofpacket - Transmit end of packet. Assert this signal when the last byte in the frame (the last byte of the FCS field) is driven on ff_tx_data. --- Quote End ---