mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
Found and fixed the source of the new testbench slow down. I accidentally increased the size of the signature buffer by 10x.
This commit is contained in:
parent
6330e8084c
commit
8f09e17dc7
@ -845,7 +845,7 @@ task automatic CheckSignature;
|
||||
input integer begin_signature_addr;
|
||||
output integer errors;
|
||||
|
||||
localparam SIGNATURESIZE = 50000000;
|
||||
localparam SIGNATURESIZE = 5000000;
|
||||
integer i;
|
||||
logic [31:0] sig32[0:SIGNATURESIZE];
|
||||
logic [`XLEN-1:0] signature[0:SIGNATURESIZE];
|
||||
|
Loading…
Reference in New Issue
Block a user