hardware descriptions

FPGA hardware elements

Ethernet vol 4 : TXing

Complete sources from github are found at /ac_inout_psu/source/system_control/system_components/ethernet_communication/ethernet/ethernet_frame_transmitter/ So far the journey to ethernet has gone though the physical cable status monitoring with MDIO, frame capturing through RGMII and In the previous blog post, a minimal protocol stack for UDP header parsing designed and it was verified against ethernet connection with a computer. The working […]

Ethernet vol 4 : TXing Read More »

Gigabit ethernet vol 3: processing protocols from Reasonably Accessible Memory

See the most current sources in the Github repository at ac_inout_psu/source/system_control/system_components/ethernet/ Memory sources are in -/ethernet/common/dual_port_ethernet_ram/ With the gigabit physical layer receiver completed, next task is to create minimal set of rules, or protocols for connecting the FPGA with the ethernet to a computer network. With most computer operating systems, ethernet is implemented as part

Gigabit ethernet vol 3: processing protocols from Reasonably Accessible Memory Read More »

Scroll to Top