projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b4254b
)
missing pspec
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 28 Sep 2020 15:58:29 +0000
(16:58 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 28 Sep 2020 15:58:29 +0000
(16:58 +0100)
src/soc/simple/core.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/core.py
b/src/soc/simple/core.py
index 7fa96c0a3d8235e846f2ae8694212ce63ebae33d..d9dcfeb43d9df08f53766b8dbccf594c16fbc06d 100644
(file)
--- a/
src/soc/simple/core.py
+++ b/
src/soc/simple/core.py
@@
-69,6
+69,7
@@
def sort_fuspecs(fuspecs):
class NonProductionCore(Elaboratable):
def __init__(self, pspec):
+ self.pspec = pspec
# single LD/ST funnel for memory access
self.l0 = TstL0CacheBuffer(pspec, n_units=1)