Pipeline NTT layer execution

This commit is contained in:
2026-07-08 01:42:13 +08:00
parent 7a7ccacb47
commit bfbfc2ef72
3 changed files with 102 additions and 72 deletions

View File

@@ -172,7 +172,7 @@ module tb_ntt_core_xsim;
integer got_done;
// Extract mode and coefficients from vector memory
vec_mode = vector_mem[idx][3075];
vec_mode = |vector_mem[idx][3075:3072];
// Extract 256 input coefficients
// coeff[0] at bits [3074:3063], coeff[255] at bits [11:0]