From: Luke Kenneth Casson Leighton Date: Wed, 26 May 2021 15:09:58 +0000 (+0100) Subject: remove err feature from sram4k wb X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e2280c93216976e36a5c980824385a781321cdf;p=soc.git remove err feature from sram4k wb --- diff --git a/src/soc/litex/florent b/src/soc/litex/florent index b7ed023c..c709ad7d 160000 --- a/src/soc/litex/florent +++ b/src/soc/litex/florent @@ -1 +1 @@ -Subproject commit b7ed023c21f58bd69da634df258dbca0ece1f4a1 +Subproject commit c709ad7d10143a32d9b36e4262f92da989035527 diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index 85e3cbd5..55ca0902 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -198,7 +198,8 @@ class TestIssuerInternal(Elaboratable): self.sram4k = [] for i in range(4): self.sram4k.append(SPBlock512W64B8W(name="sram4k_%d" % i, - features={'err'})) + #features={'err'} + )) # add interrupt controller? self.xics = hasattr(pspec, "xics") and pspec.xics == True