add back (totally confusing) accidentally-removed code due to use of "types"
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 15 Sep 2020 20:27:47 +0000 (21:27 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 15 Sep 2020 20:27:47 +0000 (21:27 +0100)
(which should not be placed in the .py file, they should only go in a .pyi)

src/soc/fu/div/fsm.py

index 50c07835421ea63e2b93243525095ad128af0f80..3af0928f1ae27c941396d443ebd9e855ae73cc3a 100644 (file)
@@ -157,6 +157,9 @@ class FSMDivCoreStage(ControlBase):
         m.submodules.div_state_init = self.div_state_init
         data_i = self.p.data_i
         data_o = self.n.data_o
+        core_i = data_i.core
+        core_o = data_o.core
+
         core_saved_i = self.saved_input_data.core
 
         # TODO: handle cancellation