From ad30d6d7fb04e40affb9568373472f4f639ad17b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 24 Jul 2020 11:35:00 +0100 Subject: [PATCH] restore modification to caller.py from reversion of div (use of pia not properly documented) --- src/soc/decoder/isa/caller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/decoder/isa/caller.py b/src/soc/decoder/isa/caller.py index 1dd24aeb..b85843ec 100644 --- a/src/soc/decoder/isa/caller.py +++ b/src/soc/decoder/isa/caller.py @@ -475,6 +475,7 @@ class ISACaller: def handle_comparison(self, outputs): out = outputs[0] + assert isinstance(out, SelectableInt) print("handle_comparison", out.bits, hex(out.value)) # TODO - XXX *processor* in 32-bit mode # https://bugs.libre-soc.org/show_bug.cgi?id=424 -- 2.30.2