projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7bf258
)
give Decode2Execute1Type in core a name
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 8 Sep 2020 13:09:06 +0000
(14:09 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 8 Sep 2020 13:09:06 +0000
(14:09 +0100)
src/soc/simple/core.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/core.py
b/src/soc/simple/core.py
index 8ec18ce968b792fa9645bda671b35e69e0ec40f8..6f9c2a86b4087b9f12d033f01536cf718080d209 100644
(file)
--- a/
src/soc/simple/core.py
+++ b/
src/soc/simple/core.py
@@
-80,7
+80,7
@@
class NonProductionCore(Elaboratable):
self.regs = RegFiles()
# instruction decoder
- self.e = Decode2ToExecute1Type() # decoded instruction
+ self.e = Decode2ToExecute1Type(
"core"
) # decoded instruction
self.state = CoreState("core")
self.raw_insn_i = Signal(32) # raw instruction
self.bigendian_i = Signal() # bigendian