mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
platforms/de0nano: keep up to date with Migen
This commit is contained in:
parent
1628c36aba
commit
b9f3b49c63
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ _io = [
|
|||
("key", 1, Pins("E1"), IOStandard("3.3-V LVTTL")),
|
||||
|
||||
("sw", 0, Pins("M1"), IOStandard("3.3-V LVTTL")),
|
||||
("sw", 1, Pins("T9"), IOStandard("3.3-V LVTTL")),
|
||||
("sw", 1, Pins("T8"), IOStandard("3.3-V LVTTL")),
|
||||
("sw", 2, Pins("B9"), IOStandard("3.3-V LVTTL")),
|
||||
("sw", 3, Pins("M15"), IOStandard("3.3-V LVTTL")),
|
||||
|
||||
|
|
Loading…
Reference in a new issue