update comments
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 21 Jul 2019 15:37:46 +0000 (16:37 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 21 Jul 2019 15:37:46 +0000 (16:37 +0100)
src/ieee754/fpdiv/divstages.py

index 3c83fc157db2e047c8ccfe6f2c9a114f9ed53f4b..e3b31d0df17848f3fa63d5edca435f5411d1891f 100644 (file)
@@ -41,8 +41,6 @@ class FPDivStagesSetup(FPState, SimpleHandshake):
 
             note: this is a pure *combinatorial* module (StageChain).
             therefore each sub-module must also be combinatorial
-            (and not do too much: in particular, n_stages must be
-            reduced slightly when either self.end=True or self.begin=True)
         """
 
         divstages = []
@@ -99,7 +97,6 @@ class FPDivStagesIntermediary(FPState, SimpleHandshake):
 
             note: this is a pure *combinatorial* module (StageChain).
             therefore each sub-module must also be combinatorial
-            (and not do too much)
         """
 
         divstages = []
@@ -148,7 +145,6 @@ class FPDivStagesFinal(FPState, SimpleHandshake):
 
             note: this is a pure *combinatorial* module (StageChain).
             therefore each sub-module must also be combinatorial
-            (and not do too much)
         """
 
         # takes the DIV pipeline/chain data and munges it