From: Florent Kermarrec Date: Mon, 30 Nov 2015 21:27:40 +0000 (+0100) Subject: boards/plaforms: fix IOStandard of eth_rst_n X-Git-Tag: 24jan2021_ls180~2032 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bfd1fdce6774e1e6fc53e4e4b6cb1aa1cc26bfd;p=litex.git boards/plaforms: fix IOStandard of eth_rst_n --- diff --git a/litex/boards/platforms/nexys_video.py b/litex/boards/platforms/nexys_video.py index 0073822c..52fbc1c8 100644 --- a/litex/boards/platforms/nexys_video.py +++ b/litex/boards/platforms/nexys_video.py @@ -82,7 +82,7 @@ _io = [ IOStandard("LVCMOS25") ), ("eth", 0, - Subsignal("rst_n", Pins("U7")), + Subsignal("rst_n", Pins("U7"), IOStandard("LVCMOS33")), Subsignal("int_n", Pins("Y14")), Subsignal("mdio", Pins("Y16")), Subsignal("mdc", Pins("AA16")),