From: Luke Kenneth Casson Leighton Date: Mon, 22 Jun 2020 19:34:20 +0000 (+0100) Subject: remove unused module X-Git-Tag: div_pipeline~294 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4de4f991bab239fd8f18f3bc7ccef1c8534a88e;p=soc.git remove unused module --- diff --git a/src/soc/experiment/l0_cache.py b/src/soc/experiment/l0_cache.py index 946b344c..474e9ae7 100644 --- a/src/soc/experiment/l0_cache.py +++ b/src/soc/experiment/l0_cache.py @@ -214,7 +214,6 @@ class L0CacheBuffer(Elaboratable): # LD/STs using mask-expansion - see LenExpand class m.submodules.pick = pick = PriorityEncoder(self.n_units) - m.submodules.lenexp = lenexp = LenExpand(4, 8) ldsti = [] for i in range(self.n_units):