From 1f52eaee05b16d9058c20a544c1ebfcd9c5f474b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 20 Apr 2019 10:05:27 +0100 Subject: [PATCH] use elaborate not get_fragment --- src/add/fpadd/statemachine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add/fpadd/statemachine.py b/src/add/fpadd/statemachine.py index 1e45cedd..01847074 100644 --- a/src/add/fpadd/statemachine.py +++ b/src/add/fpadd/statemachine.py @@ -72,7 +72,7 @@ class FPADDBaseMod: self.states.append(state) return state - def get_fragment(self, platform=None): + def elaborate(self, platform=None): """ creates the HDL code-fragment for FPAdd """ m = Module() -- 2.30.2