m-labs / nmigen-boards

Board and connector definition files for nMigen
Other
29 stars 13 forks source link

Factor out resource "eth_rgmii" #10

Open whitequark opened 5 years ago

whitequark commented 5 years ago

Boards using it:

ghost commented 4 years ago

May I know what is meant by factoring out this Ethernet resource? Will ECP5 boards not be able to use RGMII?

On a side note, the rx_ctl and tx_ctl signals are named rx_ctrl and tx_ctrl respectively. Is this intentional or a bug? Thanks!

whitequark commented 4 years ago

May I know what is meant by factoring out this Ethernet resource?

Do a change similar to this commit: https://github.com/m-labs/nmigen-boards/commit/07156e68dd003e21a4b36819de80a239e0ab910f

Will ECP5 boards not be able to use RGMII?

Of course they will, or the board definition file would be pretty useless.

On a side note, the rx_ctl and tx_ctl signals are named rx_ctrl and tx_ctrl respectively. Is this intentional or a bug?

That is a typo.