From 03913e2e153825a3075fd80b86bd219791d1de53 Mon Sep 17 00:00:00 2001 From: 594rk <9329132+594rk@users.noreply.github.com> Date: Sun, 23 Apr 2023 22:28:00 -0500 Subject: [PATCH] Update terasic_de10nano.py Corrected pin number --- litex_boards/platforms/terasic_de10nano.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_boards/platforms/terasic_de10nano.py b/litex_boards/platforms/terasic_de10nano.py index be436a0..5743afa 100644 --- a/litex_boards/platforms/terasic_de10nano.py +++ b/litex_boards/platforms/terasic_de10nano.py @@ -67,7 +67,7 @@ _io = [ # HDMI ("hdmi", 0, - Subsignal("tx_d_r", Pins("AS12 AE12 W8 Y8 AD11 AD10 AE11 Y5")), + Subsignal("tx_d_r", Pins("AD12 AE12 W8 Y8 AD11 AD10 AE11 Y5")), Subsignal("tx_d_g", Pins("AF10 Y4 AE9 AB4 AE7 AF6 AF8 AF5")), Subsignal("tx_d_b", Pins("AE4 AH2 AH4 AH5 AH6 AG6 AF9 AE8")), Subsignal("tx_clk", Pins("AG5")),