Skip to content

Commit

Permalink
sayma_amc: add MDIO signals
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 20, 2017
1 parent 6c43bb3 commit 38fe2f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migen/build/platforms/sinara/sayma_amc.py
Original file line number Diff line number Diff line change
@@ -100,6 +100,8 @@
Subsignal("rx_data", Pins("R23 P23 R25 R26")),
Subsignal("tx_ctl", Pins("N22")),
Subsignal("tx_data", Pins("K20 K22 P20 P21")),
Subsignal("mdc", Pins("T27")),
Subsignal("mdio", Pins("R27")),
IOStandard("LVCMOS33")
),

0 comments on commit 38fe2f9

Please sign in to comment.