platforms/arty: add missing address pins, was not going to work :(
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 25 Apr 2016 14:56:23 +0000 (16:56 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 25 Apr 2016 14:56:23 +0000 (16:56 +0200)
litex/boards/platforms/arty.py

index 3f5d09aaa0de6a5fa4c81362c04cfc9f3ba39439..fe32607ec5df2480a9741d1c90055aa5cbe80e3f 100644 (file)
@@ -47,7 +47,8 @@ _io = [
 
     ("ddram", 0,
         Subsignal("a", Pins(
-            "R2 M6 N4 T1 N6 R7 V6 U7"),
+            "R2 M6 N4 T1 N6 R7 V6 U7",
+            "R8 V7 R6 U6 T6 T8"),
             IOStandard("SSTL135")),
         Subsignal("ba", Pins("R1 P4 P2"), IOStandard("SSTL135")),
         Subsignal("ras_n", Pins("P3"), IOStandard("SSTL135")),