From: Luke Kenneth Casson Leighton Date: Tue, 2 Jul 2019 12:25:19 +0000 (+0100) Subject: add comment X-Git-Tag: ls180-24jan2020~944 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9981c3d45921e053255e4fb76311607b6af7a4bc;p=ieee754fpu.git add comment --- diff --git a/src/ieee754/fpdiv/pipeline.py b/src/ieee754/fpdiv/pipeline.py index 8af7ba83..824f6d27 100644 --- a/src/ieee754/fpdiv/pipeline.py +++ b/src/ieee754/fpdiv/pipeline.py @@ -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