From 377ce6091a304af1ae3e309a21311904d8fa0451 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 11 Dec 2021 23:19:04 +0000 Subject: [PATCH] whoops forgot to add pspec --- src/soc/config/ifetch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/config/ifetch.py b/src/soc/config/ifetch.py index e86e4727..b33d7464 100644 --- a/src/soc/config/ifetch.py +++ b/src/soc/config/ifetch.py @@ -18,6 +18,7 @@ class ConfigFetchUnit: 'bare_wb': BareFetchUnit, #'test_cache_wb': TestCacheFetchUnit } + self.pspec = pspec if self.pspec.imem_ifacetype in ['mmu_cache_wb', 'test_mmu_cache_wb']: self.fu = self.lsmem.lsi.icache # ICache already FetchUnitInterface # tell I-Cache to connect up to its FetchUnitInterface -- 2.30.2