From: Luke Kenneth Casson Leighton Date: Fri, 24 Jul 2020 10:35:00 +0000 (+0100) Subject: restore modification to caller.py from reversion of div (use of pia X-Git-Tag: semi_working_ecp5~585 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=ad30d6d7fb04e40affb9568373472f4f639ad17b restore modification to caller.py from reversion of div (use of pia not properly documented) --- 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