Skip to content

Commit

Permalink
sayma_amc: fix Ethernet I/O voltage
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 20, 2017
1 parent 496edde commit 6c43bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migen/build/platforms/sinara/sayma_amc.py
Original file line number Diff line number Diff line change
@@ -93,14 +93,14 @@
("eth_clocks", 0,
Subsignal("tx", Pins("M22")),
Subsignal("rx", Pins("T25")),
IOStandard("LVCMOS25")
IOStandard("LVCMOS33")
),
("eth", 0,
Subsignal("rx_ctl", Pins("T24")),
Subsignal("rx_data", Pins("R23 P23 R25 R26")),
Subsignal("tx_ctl", Pins("N22")),
Subsignal("tx_data", Pins("K20 K22 P20 P21")),
IOStandard("LVCMOS25")
IOStandard("LVCMOS33")
),

("sma_io", 0,

0 comments on commit 6c43bb3

Please sign in to comment.