mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
qmtech_5cefa2: make serial pins consistent with other boards
This commit is contained in:
parent
c081177d77
commit
e445c9ec71
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ class Platform(AlteraPlatform):
|
|||
core_resources = [
|
||||
("user_led", 0, Pins("D17"), IOStandard("3.3-V LVTTL")),
|
||||
("serial", 0,
|
||||
Subsignal("tx", Pins("J3:8"), IOStandard("3.3-V LVTTL")),
|
||||
Subsignal("rx", Pins("J3:7"), IOStandard("3.3-V LVTTL"))
|
||||
Subsignal("tx", Pins("J3:7"), IOStandard("3.3-V LVTTL")),
|
||||
Subsignal("rx", Pins("J3:8"), IOStandard("3.3-V LVTTL"))
|
||||
),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue