boards/platforms/avalanche: rename rst to rst_n (active low reset)

This commit is contained in:
Florent Kermarrec 2018-11-19 08:11:29 +01:00
parent 8e07e1a099
commit 52396add5d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ _io = [
("clk50", 0, Pins("R1"), IOStandard("LVCMOS25")), ("clk50", 0, Pins("R1"), IOStandard("LVCMOS25")),
("clk50", 1, Pins("J3"), IOStandard("LVCMOS25")), ("clk50", 1, Pins("J3"), IOStandard("LVCMOS25")),
("rst", 0, Pins("F5"), IOStandard("LVCMOS33")), ("rst_n", 0, Pins("F5"), IOStandard("LVCMOS33")),
("user_led", 0, Pins("D6"), IOStandard("LVCMOS33")), ("user_led", 0, Pins("D6"), IOStandard("LVCMOS33")),
("user_led", 1, Pins("D7"), IOStandard("LVCMOS33")), ("user_led", 1, Pins("D7"), IOStandard("LVCMOS33")),