From 6a5d579475e1647744999373ce2f487175869a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Wed, 24 Jun 2015 14:22:07 +0200 Subject: (1) Untangled the word index address generator from the product logic. (2) Updated the montprod TB to match changed FSM states in montprod. --- src/tb/tb_montprod.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tb/tb_montprod.v') diff --git a/src/tb/tb_montprod.v b/src/tb/tb_montprod.v index 5e0a015..a162326 100644 --- a/src/tb/tb_montprod.v +++ b/src/tb/tb_montprod.v @@ -225,7 +225,7 @@ module tb_montprod(); begin : bq_debug if (SHOW_BQ_DEBUG) begin - if (dut.montprod_ctrl_reg == dut.CTRL_L_CALC_SM) + if (dut.montprod_ctrl_reg == dut.CTRL_CALC_ADD) $display("====================> B: %x Q: %x b_bit_index_reg: %x <=====================", dut.b_reg, dut.q_reg, dut.b_bit_index_reg); end end -- cgit v1.2.3