timvideos / HDMI2USB-numato-opsis-sample-code

Example code for the Numato Opsis board, the first HDMI2USB production board.
https://opsis.hdmi2usb.tv
49 stars 19 forks source link

Get the Ethernet working with misoc #6

Open mithro opened 9 years ago

mithro commented 9 years ago

From @mithro on July 17, 2015 7:48

The Ethernet uses the RGMII interface. LiteEth in misoc currently doesn't support RGMII interfaces - see https://github.com/m-labs/misoc/issues/5 for more information.

Hence;

Copied from original issue: mithro/numato-opsis-sample-code#6

mithro commented 9 years ago

A quick work around might be to use an existing RGMII to GMII interface converter.

mithro commented 9 years ago

This issue was moved to timvideos/HDMI2USB-numato-opsis-hardware#6

mithro commented 8 years ago

This has been done by florent for the HDMI2Eth firmware (https://github.com/timvideos/HDMI2USB-misoc-firmware/blob/master/targets/opsis_base.py#L178) and the GMII interface was integrated into LiteEth https://github.com/enjoy-digital/liteeth

There is an open issue for getting gigabit working reliably for the HDMI2Eth (see https://github.com/timvideos/HDMI2USB-misoc-firmware/issues/32 ) but Gigabit works with liteEth.