From ce2cc9973e51a454f1f154f3c2fc9614d214e7f5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 21 Jul 2019 16:37:46 +0100 Subject: [PATCH] update comments --- src/ieee754/fpdiv/divstages.py | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.30.2