From 376dc1a88827aa9a0a16db8ffa738b7ca2da994f Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 31 Jul 2019 21:52:05 +0100 Subject: [PATCH] update comments --- src/ieee754/fpdiv/divstages.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2