Skip to content

Factor out resource "eth_rgmii" #12

@nmigen-issue-migration

Description

@nmigen-issue-migration

Issue by whitequark
Friday Jun 28, 2019 at 03:47 GMT
Originally opened as m-labs/nmigen-boards#10


Boards using it:

  • Atlys
    ECPIX5
    Genesys2
    versa_ecp5, versa_ecp5_5g

Activity

nmigen-issue-migration

nmigen-issue-migration commented on Jan 7, 2020

@nmigen-issue-migration
Author

Comment by HarryHo90sHK
Tuesday Jan 07, 2020 at 07:50 GMT


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!

nmigen-issue-migration

nmigen-issue-migration commented on Jan 7, 2020

@nmigen-issue-migration
Author

Comment by whitequark
Tuesday Jan 07, 2020 at 08:24 GMT


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

Do a change similar to this commit: m-labs/nmigen-boards@07156e6

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.

TechnoMancer

TechnoMancer commented on Apr 21, 2022

@TechnoMancer

When doing this and #13 I believe the MDIO should also be factored out into a separate resource, the managment bus for the PHYs supports multiple PHYs on one bus and it is not uncommon for multiple PHYs to share the same MDIO bus, which if the MDIO is part of the RGMIIResource or SGMIIResource will prevent using more than one such PHY on a board.

Some discussion in this direction has happened in #149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @TechnoMancer@nmigen-issue-migration

        Issue actions

          Factor out resource "eth_rgmii" · Issue #12 · amaranth-lang/amaranth-boards