From e0f8ae3d9d27761b8faf4b29957a5f14ce648742 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 29 Jun 2019 22:08:24 +0100 Subject: [PATCH] update comment --- src/ieee754/fpdiv/div1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ieee754/fpdiv/div1.py b/src/ieee754/fpdiv/div1.py index c314c36c..9dfb7cd6 100644 --- a/src/ieee754/fpdiv/div1.py +++ b/src/ieee754/fpdiv/div1.py @@ -42,7 +42,7 @@ class FPDivStage1Mod(Elaboratable): # here is where Q and R are used, TODO: Q/REM (etc) need to be in # FPDivStage0Data. - # NOTE: this does ONE step of conversion. it does NOT do + # NOTE: this does ONE step of Q/REM processing. it does NOT do # MULTIPLE stages of Q/REM processing. it *MUST* be PURE # combinatorial and one step ONLY. -- 2.30.2