aboutsummaryrefslogtreecommitdiff
path: root/bench/tb_core_full.v
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2019-10-21 12:44:33 +0300
committerPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2019-10-21 12:44:33 +0300
commit1e3303286bdb0d400d78d9d8b0aa90b29949c4a3 (patch)
treeee9755a626a594f1c97f2511023bb734b8527432 /bench/tb_core_full.v
parent02247784f18dc683d5873a52c1650e72f02273b5 (diff)
Refactored general worker module
Added modular subtraction micro-operation
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;