From: Luke Kenneth Casson Leighton Date: Wed, 31 Jul 2019 20:51:40 +0000 (+0100) Subject: update comments X-Git-Tag: ls180-24jan2020~599 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9dcad70ae12b556c22bde3a6e5ca13611048c2c;p=ieee754fpu.git update comments --- diff --git a/src/ieee754/fpdiv/divstages.py b/src/ieee754/fpdiv/divstages.py index 2096a667..46d9629c 100644 --- a/src/ieee754/fpdiv/divstages.py +++ b/src/ieee754/fpdiv/divstages.py @@ -1,5 +1,15 @@ """IEEE754 Floating Point pipelined Divider +This module simply constructs register-based pipeline(s) out of +appropriate combinatorial blocks: setup, intermediary and final +single-clock pipelines. + +"actual" processing is carried out by the DivPipeCalculateStage +combinatorial block: everything else is chaining and pre- and post- +data formatting. + +there's no "actual" work done here: it's just a "joining-together" job. + Relevant bugreport: http://bugs.libre-riscv.org/show_bug.cgi?id=99 """