projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4eed7f
)
add debug strings
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 3 Mar 2021 17:45:55 +0000
(17:45 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 3 Mar 2021 17:45:55 +0000
(17:45 +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 acaac1f7212c68c9c631d1626adc470f7fa5751f..1190831d3004564015fc16d16a3bd485fa64916d 100644
(file)
--- a/
src/soc/decoder/isa/caller.py
+++ b/
src/soc/decoder/isa/caller.py
@@
-962,9
+962,9
@@
class ISACaller:
# clear trap (trap) NIA
self.trap_nia = None
- print(inputs)
+ print(
"inputs",
inputs)
results = info.func(self, *inputs)
- print(results)
+ print(
"results",
results)
# "inject" decorator takes namespace from function locals: we need to
# overwrite NIA being overwritten (sigh)