From: Tobias Platen Date: Wed, 17 Mar 2021 19:13:40 +0000 (+0100) Subject: cleanup raduxmmu._walk_tree X-Git-Tag: convert-csv-opcode-to-binary~14 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1ae0332221076a40d37be7c0c1158f31d8f23fe;p=soc.git cleanup raduxmmu._walk_tree --- diff --git a/src/soc/decoder/isa/radixmmu.py b/src/soc/decoder/isa/radixmmu.py index ea6b57c3..e48667ba 100644 --- 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