From 6abb43d274426545cb5bba0b533ae8a55902b287 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Mon, 27 Jul 2020 16:40:34 +0200 Subject: [PATCH] Add comment --- gram/phy/ecp5ddrphy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gram/phy/ecp5ddrphy.py b/gram/phy/ecp5ddrphy.py index a3d216e..73cd997 100644 --- a/gram/phy/ecp5ddrphy.py +++ b/gram/phy/ecp5ddrphy.py @@ -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") -- 2.30.2