From: Luke Kenneth Casson Leighton Date: Sat, 29 Jun 2019 21:08:24 +0000 (+0100) Subject: update comment X-Git-Tag: ls180-24jan2020~955 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0f8ae3d9d27761b8faf4b29957a5f14ce648742;p=ieee754fpu.git update comment --- 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.