From: Luke Kenneth Casson Leighton Date: Sun, 21 Jul 2019 15:37:46 +0000 (+0100) Subject: update comments X-Git-Tag: ls180-24jan2020~795 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce2cc9973e51a454f1f154f3c2fc9614d214e7f5;p=ieee754fpu.git update comments --- diff --git a/src/ieee754/fpdiv/divstages.py b/src/ieee754/fpdiv/divstages.py index 3c83fc15..e3b31d0d 100644 --- a/src/ieee754/fpdiv/divstages.py +++ b/src/ieee754/fpdiv/divstages.py @@ -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