From: Luke Kenneth Casson Leighton Date: Sat, 27 Apr 2019 13:22:56 +0000 (+0100) Subject: disable Elaboratable for now X-Git-Tag: ls180-24jan2020~1186 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7fc2cfb57a4d5aaa4a0e89abe9f26f8412e51b5;hp=863928452b9714bc702867003cda2a8338440dc7;p=ieee754fpu.git disable Elaboratable for now --- diff --git a/src/add/fpbase.py b/src/add/fpbase.py index 699e83d7..56b04a2f 100644 --- a/src/add/fpbase.py +++ b/src/add/fpbase.py @@ -537,7 +537,7 @@ class FPOpOut(NextControl): ] -class Overflow(Elaboratable): +class Overflow: #(Elaboratable): def __init__(self): self.guard = Signal(reset_less=True) # tot[2] self.round_bit = Signal(reset_less=True) # tot[1]