update comments
[ieee754fpu.git] / src / add / fpcommon / corrections.py
index 166610c3c77d364bfa8d05fb72b6bcb3f1402c39..ce9ba3cd190b7c21cf46b2316396af7f0096a6a4 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright (C) Jonathan P Dawson 2013
 # 2013-12-12
 
-from nmigen import Module
+from nmigen import Module, Elaboratable
 from nmigen.cli import main, verilog
 from fpbase import FPState
 from fpcommon.roundz import FPRoundData
 
 
-class FPCorrectionsMod:
+class FPCorrectionsMod(Elaboratable):
 
     def __init__(self, width, id_wid):
         self.width = width