From d4de4f991bab239fd8f18f3bc7ccef1c8534a88e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 22 Jun 2020 20:34:20 +0100 Subject: [PATCH] remove unused module --- src/soc/experiment/l0_cache.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.30.2