FPADD need no longer be derived from FPBase
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 Feb 2019 10:19:31 +0000 (10:19 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 Feb 2019 10:19:31 +0000 (10:19 +0000)
src/add/nmigen_add_experiment.py

index be6b2548f8dd33fccdba62b2a2cab836adacafb2..f1bcabf7fbfa85ba31d482a17a61681a8f3530b5 100644 (file)
@@ -260,10 +260,9 @@ class FPPutZ(FPState):
         self.put_z(m, self.z, self.out_z, "get_a")
 
 
-class FPADD(FPBase):
+class FPADD:
 
     def __init__(self, width, single_cycle=False):
-        FPBase.__init__(self)
         self.width = width
         self.single_cycle = single_cycle