-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
Description
Issue by whitequark
Friday Jun 28, 2019 at 03:47 GMT
Originally opened as m-labs/nmigen-boards#10
Boards using it:
- AtlysECPIX5Genesys2versa_ecp5, versa_ecp5_5gTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
nmigen-issue-migration commentedon Jan 7, 2020
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
andtx_ctl
signals are namedrx_ctrl
andtx_ctrl
respectively. Is this intentional or a bug? Thanks!nmigen-issue-migration commentedon Jan 7, 2020
Tuesday Jan 07, 2020 at 08:24 GMT
Do a change similar to this commit: m-labs/nmigen-boards@07156e6
Of course they will, or the board definition file would be pretty useless.
That is a typo.
TechnoMancer commentedon Apr 21, 2022
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