projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d18b70f
)
improve debug output in mmu.py
author
Tobias Platen
<tplaten@posteo.de>
Wed, 24 Nov 2021 18:30:25 +0000
(19:30 +0100)
committer
Tobias Platen
<tplaten@posteo.de>
Wed, 24 Nov 2021 18:30:25 +0000
(19:30 +0100)
src/soc/experiment/mmu.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/mmu.py
b/src/soc/experiment/mmu.py
index 8e63bdec4a580971c4dd8a6272b17b687f6e1b0c..966bbad887770f666dfbcdb01a48ae817efa1a79 100644
(file)
--- a/
src/soc/experiment/mmu.py
+++ b/
src/soc/experiment/mmu.py
@@
-315,7
+315,7
@@
class MMU(Elaboratable):
sync += Display("MMU completing op without error")
with m.If(l_out.err):
- sync += Display("MMU completing op with err invalid"
+ sync += Display("MMU completing op with err invalid
=
"
"%d badtree=%d", l_out.invalid, l_out.badtree)
with m.If(rin.state == State.RADIX_LOOKUP):