add fsqrt test
[ieee754fpu.git] / src / ieee754 / fpdiv / pipeline.py
index 82a33e2cf8561d50978e38e82681f2f22d63a1bf..18375ef89ac8dae553d015c99b8cbc5f1a2a6b3e 100644 (file)
@@ -154,7 +154,7 @@ class FPDIVMuxInOut(ReservationStations):
                    then be used to change the behaviour of the pipeline.
     """
 
-    def __init__(self, width, num_rows, op_wid=1):
+    def __init__(self, width, num_rows, op_wid=2):
         self.id_wid = num_bits(width)
         self.pspec = PipelineSpec(width, self.id_wid, op_wid)
         # get the standard mantissa width, store in the pspec HOWEVER...