Skip to content

Commit

Permalink
Merge pull request #532 from lianakoleva/patch-1
Browse files Browse the repository at this point in the history
Resolve High Density bank IOStandard error
  • Loading branch information
enjoy-digital authored Sep 26, 2023
2 parents 1fb3178 + 5f8ac85 commit 02e3fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litex_boards/platforms/xilinx_zcu102.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
_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")),
Expand Down

0 comments on commit 02e3fcc

Please sign in to comment.