aboutsummaryrefslogtreecommitdiff
path: root/bench/tb_core_full.v
diff options
context:
space:
mode:
Diffstat (limited to 'bench/tb_core_full.v')
-rw-r--r--bench/tb_core_full.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/tb_core_full.v b/bench/tb_core_full.v
index 248634e..e592ac5 100644
--- a/bench/tb_core_full.v
+++ b/bench/tb_core_full.v
@@ -274,7 +274,7 @@ module tb_core_full;
word_index_last_pq = CORE_NUM_WORDS_PQ - 1;
bit_index_last_n = TB_MODULUS_LENGTH_N - 1;
- bit_index_last_pq = TB_MODULUS_LENGTH_N / 2 - 1;
+ bit_index_last_pq = 9;//TB_MODULUS_LENGTH_N / 2 - 1;
core_crt_mode = 1'b1;