Skip to content

Commit ae063b2

Browse files
committedAug 17, 2017
sayma_amc: add Ethernet pins
1 parent 11aa1be commit ae063b2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

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

+13
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,19 @@
8989
Subsignal("reset_n", Pins("AJ14"), IOStandard("LVCMOS15")),
9090
Misc("SLEW=FAST"),
9191
),
92+
93+
("eth_clocks", 0,
94+
Subsignal("tx", Pins("M22")),
95+
Subsignal("rx", Pins("T25")),
96+
IOStandard("LVCMOS25")
97+
),
98+
("eth", 0,
99+
Subsignal("rx_ctl", Pins("T24")),
100+
Subsignal("rx_data", Pins("R23 P23 R25 R26")),
101+
Subsignal("tx_ctl", Pins("N22")),
102+
Subsignal("tx_data", Pins("K20 K22 P20 P21")),
103+
IOStandard("LVCMOS25")
104+
),
92105
]
93106

94107

0 commit comments

Comments
 (0)
Please sign in to comment.