add comment on n_comb_stages
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 29 Jul 2019 13:43:37 +0000 (14:43 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 29 Jul 2019 13:43:37 +0000 (14:43 +0100)
src/ieee754/fpdiv/pipeline.py

index 4330df44525807d38fac114b462a035bd5f6996c..3662b2154338ac734c22a2e73546406fb6f8d875 100644 (file)
@@ -47,7 +47,8 @@ normpack - FPNormToPack            ispec FPAddStage1Data
 
 the number of combinatorial StageChains (n_comb_stages) in
 FPDivStages is an argument arranged to get the length of the whole
-pipeline down to sane numbers.
+pipeline down to sane numbers.  it specifies the number of "blocks"
+that will be combinatorially chained together.
 
 the reason for keeping the number of stages down is that for every
 pipeline clock delay, a corresponding ReservationStation is needed.