add comment
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 2 Jul 2019 12:25:19 +0000 (13:25 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 2 Jul 2019 12:25:19 +0000 (13:25 +0100)
src/ieee754/fpdiv/pipeline.py

index 8af7ba83d78ca9cacb540437347b226fa974e1c1..824f6d274579c6d4aeb2008aa842a75758f5f602 100644 (file)
@@ -89,6 +89,9 @@ class FPDIVMuxInOut(ReservationStations):
         * fan-out on outputs (an array of FPPackData: z,mid)
 
         Fan-in and Fan-out are combinatorial.
+
+        :op_wid: - set this to the width of an operator which can
+                   then be used to change the behaviour of the pipeline.
     """
     def __init__(self, width, num_rows, op_wid=0):
         self.width = width