antmicro_datacenter: fix clock pin LOC

This commit is contained in:
Karol Gugala 2022-01-06 16:50:10 +01:00
parent 144c0dc27e
commit 86b9b1b56c
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ from litex.build.openocd import OpenOCD
# IOs ----------------------------------------------------------------------------------------------
_io = [
# TODO: change clock when assigned to schematic
("clk100", 0, Pins("AC23"), IOStandard("LVCMOS33")),
("clk100", 0, Pins("C12"), IOStandard("LVCMOS33")),
("user_led", 0, Pins("D21"), IOStandard("LVCMOS33")),
("user_led", 1, Pins("B20"), IOStandard("LVCMOS33")),