From e7fc2cfb57a4d5aaa4a0e89abe9f26f8412e51b5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 27 Apr 2019 14:22:56 +0100 Subject: [PATCH] disable Elaboratable for now --- src/add/fpbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.30.2