mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
Merge pull request #532 from lianakoleva/patch-1
Resolve High Density bank IOStandard error
This commit is contained in:
commit
02e3fccb61
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ from litex.build.xilinx import XilinxUSPPlatform, VivadoProgrammer
|
|||
_io = [
|
||||
# Clk / Rst
|
||||
("clk125", 0,
|
||||
Subsignal("p", Pins("G21"), IOStandard("LVDS")),
|
||||
Subsignal("n", Pins("F21"), IOStandard("LVDS")),
|
||||
Subsignal("p", Pins("G21"), IOStandard("LVDS_25")),
|
||||
Subsignal("n", Pins("F21"), IOStandard("LVDS_25")),
|
||||
),
|
||||
("clk300", 0,
|
||||
Subsignal("p", Pins("AL8"), IOStandard("DIFF_SSTL12_DCI")),
|
||||
|
|
Loading…
Reference in a new issue