update comments
[ieee754fpu.git] / src / add / test_fpnum.py
index 200365860c24416800f7b0565ddd072aed372d95..6d9ecd1024d6ab063b0055a9c25eac229a0a4f05 100644 (file)
@@ -9,7 +9,7 @@ class FPNumModShiftMulti:
         self.a = FPNum(width)
         self.ediff = Signal((self.a.e_width, True))
 
-    def get_fragment(self, platform=None):
+    def elaborate(self, platform=None):
 
         m = Module()
         #m.d.sync += self.a.decode(self.a.v)