From: Luke Kenneth Casson Leighton Date: Mon, 17 Jan 2022 12:00:36 +0000 (+0000) Subject: whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0da3554c52bfb1cb5cfee4ad855ee646b057720d;p=soc.git whitespace --- diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index ac61dae9..acae5563 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -351,10 +351,12 @@ class TestIssuerBase(Elaboratable): m.submodules.core = core = self.core else: m.submodules.core = core = csd(self.core) + # this _so_ needs sorting out. ICache is added down inside # LoadStore1 and is already a submodule of LoadStore1 if not isinstance(self.imem, ICache): m.submodules.imem = imem = csd(self.imem) + m.submodules.dbg = dbg = dbd(self.dbg) if self.jtag_en: m.submodules.jtag = jtag = dbd(self.jtag)