From: Luke Kenneth Casson Leighton Date: Thu, 2 Jul 2020 19:22:32 +0000 (+0100) Subject: increase combinatorial stages to 8 X-Git-Tag: div_pipeline~171 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f183dd4b4e3beb0df918020238f6b073a0946732;p=soc.git increase combinatorial stages to 8 --- diff --git a/src/soc/fu/div/pipeline.py b/src/soc/fu/div/pipeline.py index d0b247d5..0c550710 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=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