increase combinatorial stages to 8
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Jul 2020 19:22:32 +0000 (20:22 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Jul 2020 19:22:32 +0000 (20:22 +0100)
src/soc/fu/div/pipeline.py

index d0b247d5c332524f8a1f6d2aa526ff2bb41cde0d..0c55071033d19a8f7c3e80c345ea91519b503b63 100644 (file)
@@ -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