projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9049fb
)
whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 4 Mar 2021 21:26:47 +0000
(21:26 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 4 Mar 2021 21:26:47 +0000
(21:26 +0000)
src/soc/decoder/isa/caller.py
patch
|
blob
|
history
diff --git
a/src/soc/decoder/isa/caller.py
b/src/soc/decoder/isa/caller.py
index 4ee49443baf5ba64152af61481596bd3b96b1340..2c0d0f4271ed2316fe11cf962e7168c20ad0e9b7 100644
(file)
--- a/
src/soc/decoder/isa/caller.py
+++ b/
src/soc/decoder/isa/caller.py
@@
-765,7
+765,7
@@
class ISACaller:
self.gpr = GPR(decoder2, self, self.svstate, regfile)
self.mem = Mem(row_bytes=8, initial_mem=initial_mem)
if mmu:
- self.mem = RADIX(self.mem,self)
+ self.mem = RADIX(self.mem,
self)
self.imem = Mem(row_bytes=4, initial_mem=initial_insns)
self.pc = PC()
self.spr = SPR(decoder2, initial_sprs)