Improve timing reports and register poly mul inputs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user