projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c042cfc
)
whoops forgot to add pspec
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 11 Dec 2021 23:19:04 +0000
(23:19 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 11 Dec 2021 23:19:04 +0000
(23:19 +0000)
src/soc/config/ifetch.py
patch
|
blob
|
history
diff --git
a/src/soc/config/ifetch.py
b/src/soc/config/ifetch.py
index e86e47272f54ac467ec1b19d732bc62c749c8821..b33d7464fdfa5e1eea5e187b7d09ea5048f899e7 100644
(file)
--- 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