projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1ce64
)
increase combinatorial stages to 8
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 2 Jul 2020 19:22:32 +0000
(20:22 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 2 Jul 2020 19:22:32 +0000
(20:22 +0100)
src/soc/fu/div/pipeline.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/div/pipeline.py
b/src/soc/fu/div/pipeline.py
index d0b247d5c332524f8a1f6d2aa526ff2bb41cde0d..0c55071033d19a8f7c3e80c345ea91519b503b63 100644
(file)
--- a/
src/soc/fu/div/pipeline.py
+++ b/
src/soc/fu/div/pipeline.py
@@
-38,7
+38,7
@@
class DivStagesEnd(PipeModBaseChain):
class DIVBasePipe(ControlBase):
- def __init__(self, pspec, compute_steps_per_stage=
2
):
+ def __init__(self, pspec, compute_steps_per_stage=
8
):
ControlBase.__init__(self)
self.pipe_start = DivStagesStart(pspec)
compute_steps = pspec.core_config.n_stages