fmcdio_vhdci_eem: fix iostandard

pull/1112/head
Sebastien Bourdeauducq 2018-07-17 19:40:34 +08:00
parent d724bd980c
commit 8f7c0c1646
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ io = [
Subsignal("clk", Pins("LPC:LA32_N")),
Subsignal("ser", Pins("LPC:LA33_P")),
Subsignal("latch", Pins("LPC:LA32_P")),
IOStandard("LVCMOS25")
IOStandard("LVCMOS18")
),
]