Skip to content

Commit

Permalink
xcu1525: fix last ddram channel numbering.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Nov 6, 2020
1 parent 2b17dc1 commit 1f52fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/platforms/xcu1525.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
Subsignal("reset_n", Pins("D36"), IOStandard("LVCMOS12")),
Misc("SLEW=FAST")
),
("ddram", 4,
("ddram", 3,
Subsignal("a", Pins(
"K15 B15 F14 A15 C14 A14 B14 E13",
"F13 A13 D14 C13 B13 K16"),
Expand Down

0 comments on commit 1f52fba

Please sign in to comment.