From 7602977c16db28ed85ef25fa8b1ebc95a5e6ded5 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 7 Jul 2020 14:58:06 +0200 Subject: [PATCH] integration/soc: move pads.rst control to PHY. --- litex/soc/integration/soc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litex/soc/integration/soc.py b/litex/soc/integration/soc.py index f36f344f..a92faa6a 100644 --- a/litex/soc/integration/soc.py +++ b/litex/soc/integration/soc.py @@ -1259,8 +1259,6 @@ class LiteXSoC(SoC): sdcard_pads = self.platform.request(name) # Core - if hasattr(sdcard_pads, "rst"): - self.comb += sdcard_pads.rst.eq(0) self.submodules.sdphy = SDPHY(sdcard_pads, self.platform.device, self.clk_freq) self.submodules.sdcore = SDCore(self.sdphy) self.add_csr("sdphy") -- 2.30.2