::ethernet::rgmii_rx::

Struct RgmiiRx

pub struct RgmiiRx {
_data: Option<uint<8>>,
}
Expand

NOTE: Downstream relies on this not being moved into a different clock domain in order to look for the interpacket gap.

Implementations

impl RgmiiRx
pub entity into_ethernet(self, clk: clock, rst: bool) -> EthRx

Turns the RGMII stream into ethernet packets without knowing anything about the packet length. This is done by looking for the interpacket gap.