X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fadd%2Frstation_row.py;h=aeb58732383d22a06bb8866e8171f191c11dceac;hb=6bff1a997f3846872cf489c24b5c01426c4dc97c;hp=09f4991ece9c8ce5c5c735d4b40ac06d5d74e919;hpb=3e5ecb581d6b93019e088878231a9d871a2d686b;p=ieee754fpu.git diff --git a/src/add/rstation_row.py b/src/add/rstation_row.py index 09f4991e..aeb58732 100644 --- a/src/add/rstation_row.py +++ b/src/add/rstation_row.py @@ -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()