update comment
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 29 Jun 2019 21:08:24 +0000 (22:08 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 29 Jun 2019 21:08:24 +0000 (22:08 +0100)
src/ieee754/fpdiv/div1.py

index c314c36c73934c07b19b0317420ab36d6de2d26a..9dfb7cd64328936b6ef23d67dd00834a7f6ff4b2 100644 (file)
@@ -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.