From c1ae0332221076a40d37be7c0c1158f31d8f23fe Mon Sep 17 00:00:00 2001 From: Tobias Platen Date: Wed, 17 Mar 2021 20:13:40 +0100 Subject: [PATCH] cleanup raduxmmu._walk_tree --- src/soc/decoder/isa/radixmmu.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2