From: Luke Kenneth Casson Leighton Date: Sat, 4 Jul 2020 09:50:31 +0000 (+0100) Subject: reduce steps per stage to 8 X-Git-Tag: div_pipeline~162^2~99 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=458774fe981a2e4cb376e7febb615a2d3eb70ab4;p=soc.git reduce steps per stage to 8 --- diff --git a/src/soc/fu/div/pipeline.py b/src/soc/fu/div/pipeline.py index 0c550710..a7355dd5 100644 --- 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