mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
update to match zcu102 constraint spec
This commit is contained in:
parent
fd6aee0250
commit
6f0cd56109
1 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@ _io = [
|
|||
("serial", 0,
|
||||
Subsignal("cts", Pins("E12")),
|
||||
Subsignal("rts", Pins("D12")),
|
||||
Subsignal("tx", Pins("E13")),
|
||||
Subsignal("rx", Pins("F13")),
|
||||
IOStandard("LVCMOS18")
|
||||
Subsignal("rx", Pins("E13")),
|
||||
Subsignal("tx", Pins("F13")),
|
||||
IOStandard("LVCMOS33")
|
||||
),
|
||||
|
||||
# I2C
|
||||
|
|
Loading…
Reference in a new issue