okaaay add a "rdflags" function which obtains the yes/no flags for each register...
[soc.git] / src / soc / fu / shift_rot / pipeline.py
index 0449d37d964191fea1fb866f42292c201718100b..5121cb1e474cf561baf6a7edb8eb465ea024c3b8 100644 (file)
@@ -15,6 +15,7 @@ class ShiftRotStages(PipeModBaseChain):
 class ShiftRotBasePipe(ControlBase):
     def __init__(self, pspec):
         ControlBase.__init__(self)
+        self.pspec = pspec
         self.pipe1 = ShiftRotStages(pspec)
         self._eqs = self.connect([self.pipe1])