projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d785b6
)
reduce steps per stage to 8
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 4 Jul 2020 09:50:31 +0000
(10:50 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 4 Jul 2020 09:50:31 +0000
(10:50 +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 0c55071033d19a8f7c3e80c345ea91519b503b63..a7355dd5e9ec4d04772890d11b107f2a4f293bde 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=
8
):
+ def __init__(self, pspec, compute_steps_per_stage=
4
):
ControlBase.__init__(self)
self.pipe_start = DivStagesStart(pspec)
compute_steps = pspec.core_config.n_stages