big convert g/s/r mid --> muxid
[ieee754fpu.git] / src / ieee754 / fpdiv / div0.py
index 330d5af545a43f88f01637162a8db8fa3f331819..2ad8bcdae5435c285834ac91a7e2690681c84b37 100644 (file)
@@ -21,7 +21,7 @@ class FPDivStage0Data:
         self.of = Overflow()
 
         self.ctx = FPBaseData(width, pspec) # context: muxid, operator etc.
-        self.mid = self.ctx.mid             # annoying. complicated.
+        self.muxid = self.ctx.muxid             # annoying. complicated.
 
         # TODO: here is where Q and R would be put, and passed
         # down to Stage1 processing.