From: Jean THOMAS Date: Mon, 27 Jul 2020 14:40:34 +0000 (+0200) Subject: Add comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6abb43d274426545cb5bba0b533ae8a55902b287;p=gram.git Add comment --- 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")