projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a7f9d
)
add back (totally confusing) accidentally-removed code due to use of "types"
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 15 Sep 2020 20:27:47 +0000
(21:27 +0100)
committer
Luke 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
patch
|
blob
|
history
diff --git
a/src/soc/fu/div/fsm.py
b/src/soc/fu/div/fsm.py
index 50c07835421ea63e2b93243525095ad128af0f80..3af0928f1ae27c941396d443ebd9e855ae73cc3a 100644
(file)
--- a/
src/soc/fu/div/fsm.py
+++ b/
src/soc/fu/div/fsm.py
@@
-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