From 29fb6afd018c601a2e0c7376656d5e37beb565d6 Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Tue, 1 Oct 2019 15:01:43 +0300 Subject: Started working on the pipelined Montgomery modular multiplier. Currently can do the "square" part of the multiplication, i.e. compute the twice larger intermediate product AB = A * B. --- rtl/modexpng_parameters_x8.vh | 1 + 1 file changed, 1 insertion(+) create mode 100644 rtl/modexpng_parameters_x8.vh (limited to 'rtl/modexpng_parameters_x8.vh') diff --git a/rtl/modexpng_parameters_x8.vh b/rtl/modexpng_parameters_x8.vh new file mode 100644 index 0000000..8734354 --- /dev/null +++ b/rtl/modexpng_parameters_x8.vh @@ -0,0 +1 @@ +localparam NUM_MULTS = 8; -- cgit v1.2.3