Add comment
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 14:40:34 +0000 (16:40 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 27 Jul 2020 14:40:34 +0000 (16:40 +0200)
gram/phy/ecp5ddrphy.py

index a3d216ef0ec052c09c87e6dd0afac45b5a7f223c..73cd997458ccad85e7ad975142090e03f11c36b6 100644 (file)
@@ -199,6 +199,7 @@ class ECP5DDRPHY(Peripheral, Elaboratable):
                 self.pads.ba.o3[i].eq(dfi.phases[1].bank[i]),
             ]
 
+        # Control pins
         controls = ["ras", "cas", "we", "clk_en", "odt"]
         if hasattr(self.pads, "reset"):
             controls.append("reset")