Improve timing reports and register poly mul inputs

This commit is contained in:
2026-07-08 00:50:20 +08:00
parent 372a90e601
commit ce998bb49a
7 changed files with 121 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ module tb_mlkem_two_inst_xsim;
localparam MLEN = 11; // "hello world"
reg clk=0;
always #5 clk = ~clk;
always #25 clk = ~clk; // 20 MHz
// ---------------- Instance A: KeyGen + Encaps ----------------
reg a_rst_n=0, a_start=0;