Skip to content

Commit

Permalink
sayma_amc: fix more I/O voltages
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 20, 2017
1 parent 0f78f9f commit 245a3b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions migen/build/platforms/sinara/sayma_amc.py
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@


_io = [
("user_led", 0, Pins("AG9"), IOStandard("LVCMOS18")), # sfp1_led1
("user_led", 1, Pins("AJ10"), IOStandard("LVCMOS18")), # sfp1_led2
("user_led", 2, Pins("AJ13"), IOStandard("LVCMOS18")), # sfp2_led1
("user_led", 3, Pins("AE13"), IOStandard("LVCMOS18")), # sfp2_led2
("user_led", 0, Pins("AG9"), IOStandard("LVCMOS33")), # sfp1_led1
("user_led", 1, Pins("AJ10"), IOStandard("LVCMOS33")), # sfp1_led2
("user_led", 2, Pins("AJ13"), IOStandard("LVCMOS33")), # sfp2_led1
("user_led", 3, Pins("AE13"), IOStandard("LVCMOS33")), # sfp2_led2

("clk50", 0, Pins("AF9"), IOStandard("LVCMOS18")),
("clk50", 0, Pins("AF9"), IOStandard("LVCMOS33")),

("serial", 0,
Subsignal("tx", Pins("AK8")),

0 comments on commit 245a3b9

Please sign in to comment.