From: Luke Kenneth Casson Leighton Date: Sat, 11 Dec 2021 23:19:04 +0000 (+0000) Subject: whoops forgot to add pspec X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=377ce6091a304af1ae3e309a21311904d8fa0451;p=soc.git whoops forgot to add pspec --- 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