projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2585f88
)
cleanup raduxmmu._walk_tree
author
Tobias Platen
<tplaten@posteo.de>
Wed, 17 Mar 2021 19:13:40 +0000
(20:13 +0100)
committer
Tobias Platen
<tplaten@posteo.de>
Wed, 17 Mar 2021 19:13:40 +0000
(20:13 +0100)
src/soc/decoder/isa/radixmmu.py
patch
|
blob
|
history
diff --git
a/src/soc/decoder/isa/radixmmu.py
b/src/soc/decoder/isa/radixmmu.py
index ea6b57c33aa8ba8cb82e497ffa376945aa931d0f..e48667ba21e1529fdedeee18dbe5c91e990a0625 100644
(file)
--- a/
src/soc/decoder/isa/radixmmu.py
+++ b/
src/soc/decoder/isa/radixmmu.py
@@
-367,7
+367,6
@@
class RADIX:
return None # TODO return something
# physical address if no error ?
else:
- data = l # TODO put actual data here
newlookup = self._new_lookup(data, mbits, shift)
if newlookup == 'badtree':
return None