mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
boards/platforms/avalanche: rename rst to rst_n (active low reset)
This commit is contained in:
parent
8e07e1a099
commit
52396add5d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ _io = [
|
|||
("clk50", 0, Pins("R1"), 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", 1, Pins("D7"), IOStandard("LVCMOS33")),
|
||||
|
|
Loading…
Reference in a new issue