From 344ed1b7ab2fba06158a28b3c691cf9d9ee8cb75 Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Wed, 19 Jul 2017 15:00:10 +0300 Subject: Finished modular exponentiation module: * works in simulator * passes synthesis without major issues Started adding pre-multiplication logic... --- src/tb/tb_exponentiator.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tb/tb_exponentiator.v') diff --git a/src/tb/tb_exponentiator.v b/src/tb/tb_exponentiator.v index 8ca9444..3b612c5 100644 --- a/src/tb/tb_exponentiator.v +++ b/src/tb/tb_exponentiator.v @@ -180,7 +180,7 @@ module tb_exponentiator; .r_bram_in (core_r_data_in), .r_bram_wr (core_r_wren), - .n_num_words (n_num_words), + .m_num_words (n_num_words), .d_num_bits (d_num_bits) ); -- cgit v1.2.3