Merge pull request #360 from antmicro/fix-i2c-antmicro-datacenter

antmicro_datacenter: fix i2c pads assignment
This commit is contained in:
enjoy-digital 2022-03-01 19:49:50 +01:00 committed by GitHub
commit 26a7f13a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ _io = [
# I2C
("i2c", 0,
Subsignal("scl", Pins("Y6")),
Subsignal("sda", Pins("Y5")),
Subsignal("scl", Pins("Y5")),
Subsignal("sda", Pins("Y6")),
IOStandard("SSTL12_T_DCI"),
),
]