Skip to content

Commit 38fe2f9

Browse files
committedAug 20, 2017
sayma_amc: add MDIO signals
1 parent 6c43bb3 commit 38fe2f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎migen/build/platforms/sinara/sayma_amc.py

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@
100100
Subsignal("rx_data", Pins("R23 P23 R25 R26")),
101101
Subsignal("tx_ctl", Pins("N22")),
102102
Subsignal("tx_data", Pins("K20 K22 P20 P21")),
103+
Subsignal("mdc", Pins("T27")),
104+
Subsignal("mdio", Pins("R27")),
103105
IOStandard("LVCMOS33")
104106
),
105107

0 commit comments

Comments
 (0)
Please sign in to comment.