From 2df10f278fafef8105109c895d102d3ad3bb549d Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sun, 12 Dec 2021 15:55:31 +0100 Subject: [PATCH] platforms/redpitaya: fix DAC pins --- litex_boards/platforms/redpitaya.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_boards/platforms/redpitaya.py b/litex_boards/platforms/redpitaya.py index 2356b03..63b7627 100644 --- a/litex_boards/platforms/redpitaya.py +++ b/litex_boards/platforms/redpitaya.py @@ -22,7 +22,7 @@ _io = [ ("dac", 0, Subsignal("data", - Pins("M19 M20 L19 L20 K19 J19 K20 H20 G19 G20 F19 F20 D20 D19"), + Pins("M19 M20 L19 L20 K19 J19 J20 H20 G19 G20 F19 F20 D20 D19"), Drive(4), Misc("SLEW SLOW")), Subsignal("wrt", Pins("M17"), Drive(8), Misc("SLEW FAST")), Subsignal("sel", Pins("N16"), Drive(8), Misc("SLEW FAST")),