aboutsummaryrefslogtreecommitdiff
path: root/rtl/modexpng_parameters_x8.vh
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2020-03-16 13:58:08 -0400
committerPaul Selkirk <paul@psgd.org>2020-03-16 13:58:08 -0400
commit62495c597ca8b60f733682661afdad9e0d3e0e2d (patch)
tree9f48320d88c6ad75ff91b909b970d289eafab131 /rtl/modexpng_parameters_x8.vh
parent465cdf0bcbbcd7f18c097beae1e9f85f9da0e04d (diff)
Increase NUM_MULTS to 32.
This required finding and fixing every function that had a baked-in assumption that NUM_MULTS=8.
Diffstat (limited to 'rtl/modexpng_parameters_x8.vh')
-rw-r--r--rtl/modexpng_parameters_x8.vh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/modexpng_parameters_x8.vh b/rtl/modexpng_parameters_x8.vh
index 2822d0a..f1d6395 100644
--- a/rtl/modexpng_parameters_x8.vh
+++ b/rtl/modexpng_parameters_x8.vh
@@ -31,7 +31,7 @@
//
//======================================================================
-localparam NUM_MULTS = 8;
+localparam NUM_MULTS = 32;
localparam NUM_MULTS_AUX = NUM_MULTS + 1;
localparam NUM_MULTS_HALF = NUM_MULTS / 2;
localparam NUM_MULTS_HALF_AUX = NUM_MULTS_HALF + 1;