aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_exponentiator.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/tb/tb_exponentiator.v')
-rw-r--r--src/tb/tb_exponentiator.v2
1 files changed, 1 insertions, 1 deletions
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)
);