diff options
Diffstat (limited to 'rtl/gfx/horizontal_fold.sv')
| -rw-r--r-- | rtl/gfx/horizontal_fold.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/horizontal_fold.sv b/rtl/gfx/horizontal_fold.sv index ee56098..f244b55 100644 --- a/rtl/gfx/horizontal_fold.sv +++ b/rtl/gfx/horizontal_fold.sv @@ -44,7 +44,7 @@ module horizontal_fold genvar i; generate - for (i = 1; i < `FLOATS_PER_VEC; ++i) begin: stages + for (i = 1; i < `FP_ADD_STAGES; ++i) begin: stages always_ff @(posedge clk) if (!stall) queued[i] <= queued[i - 1]; |
