hw: correct crystal pin for Hacker board

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-04-06 17:08:01 +08:00
parent 6d9028f505
commit c0df98f66e
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ _io_hacker = [
Subsignal("clk", Pins("D1"), IOStandard("LVCMOS33")), Subsignal("clk", Pins("D1"), IOStandard("LVCMOS33")),
Subsignal("dq", Pins("E1 F1 F2 B1"), IOStandard("LVCMOS33")), Subsignal("dq", Pins("E1 F1 F2 B1"), IOStandard("LVCMOS33")),
), ),
("clk48", 0, Pins("F4"), IOStandard("LVCMOS33")) ("clk48", 0, Pins("F5"), IOStandard("LVCMOS33"))
] ]
_connectors = [] _connectors = []