[otbn, dv] Enables secure wipe
This commit adds necessary changes to enable security wipe.
Signed-off-by: Prajwala Puttappa <prajwalaputtappa@lowrisc.org>
diff --git a/hw/ip/otbn/dv/uvm/tb.sv b/hw/ip/otbn/dv/uvm/tb.sv
index 502dba5..5da5d4c 100644
--- a/hw/ip/otbn/dv/uvm/tb.sv
+++ b/hw/ip/otbn/dv/uvm/tb.sv
@@ -25,7 +25,7 @@
wire [NUM_MAX_INTERRUPTS-1:0] interrupts;
// Configure internal secure wipe
- localparam bit SecWipeEn = 1'b0;
+ localparam bit SecWipeEn = 1'b1;
// interfaces
clk_rst_if clk_rst_if (.clk(clk), .rst_n(rst_n));