update comments
[ieee754fpu.git] / src / add / rstation_row.py
index 09f4991ece9c8ce5c5c735d4b40ac06d5d74e919..aeb58732383d22a06bb8866e8171f191c11dceac 100644 (file)
@@ -20,7 +20,7 @@ class ReservationStationRow:
         self.id_wid = id_wid
         self.out_z = Signal(width)
 
-    def get_fragment(self, platform=None):
+    def elaborate(self, platform=None):
         """ creates the HDL code-fragment for ReservationStationRow
         """
         m = Module()