From: Luke Kenneth Casson Leighton Date: Mon, 7 Sep 2020 17:13:33 +0000 (+0100) Subject: whoops spelling mistake outOut_carry not outPut_carry X-Git-Tag: semi_working_ecp5~140 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11a85969da9bcc61172495fc14d0c2b1ed9a95cb;p=soc.git whoops spelling mistake outOut_carry not outPut_carry --- diff --git a/src/soc/decoder/isa/caller.py b/src/soc/decoder/isa/caller.py index 3c7689f0..8a0df5e3 100644 --- a/src/soc/decoder/isa/caller.py +++ b/src/soc/decoder/isa/caller.py @@ -724,7 +724,7 @@ class ISACaller: already_done |= 2 print("carry already done?", bin(already_done)) - if hasattr(self.dec2.e.do, "outout_carry"): + if hasattr(self.dec2.e.do, "output_carry"): carry_en = yield self.dec2.e.do.output_carry else: carry_en = False