From: Luke Kenneth Casson Leighton Date: Wed, 31 Jul 2019 20:52:05 +0000 (+0100) Subject: update comments X-Git-Tag: ls180-24jan2020~598 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=376dc1a88827aa9a0a16db8ffa738b7ca2da994f;p=ieee754fpu.git update comments --- diff --git a/src/ieee754/fpdiv/divstages.py b/src/ieee754/fpdiv/divstages.py index 46d9629c..d8807d10 100644 --- a/src/ieee754/fpdiv/divstages.py +++ b/src/ieee754/fpdiv/divstages.py @@ -9,6 +9,7 @@ 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. +see pipeline.py for an ASCII diagram showing how everything fits together Relevant bugreport: http://bugs.libre-riscv.org/show_bug.cgi?id=99