You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now each Ethernet packet is a single bus transaction, which is rather inefficient as multiple bus transactions can easily be packed into the data field of an Ethernet packet. Some thought should go into making sure that packets are generated at the right time - bytes can be sent at any time with UART, but since Ethernet has a bunch of headers the timing problem is a little more complicated.
The text was updated successfully, but these errors were encountered:
Right now each Ethernet packet is a single bus transaction, which is rather inefficient as multiple bus transactions can easily be packed into the data field of an Ethernet packet. Some thought should go into making sure that packets are generated at the right time - bytes can be sent at any time with UART, but since Ethernet has a bunch of headers the timing problem is a little more complicated.
The text was updated successfully, but these errors were encountered: