X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fadd%2Ffadd_state.py;h=7ad88786027a4fdef707df6847e0c6447c455e30;hb=6bff1a997f3846872cf489c24b5c01426c4dc97c;hp=79a8723d9375771fb89a842ce14ad94af407cd7e;hpb=89868b493be48969ffa5d2c0a2625a5aa3cabdcf;p=ieee754fpu.git diff --git a/src/add/fadd_state.py b/src/add/fadd_state.py index 79a8723d..7ad88786 100644 --- a/src/add/fadd_state.py +++ b/src/add/fadd_state.py @@ -21,7 +21,7 @@ class FPADD(FPBase): self.in_b = FPOp(width) self.out_z = FPOp(width) - def get_fragment(self, platform=None): + def elaborate(self, platform=None): """ creates the HDL code-fragment for FPAdd """ m = Module()