diff --git a/dv/uvm/core_ibex/tb/core_ibex_tb_top.sv b/dv/uvm/core_ibex/tb/core_ibex_tb_top.sv index 8831575c..578fbe13 100644 --- a/dv/uvm/core_ibex/tb/core_ibex_tb_top.sv +++ b/dv/uvm/core_ibex/tb/core_ibex_tb_top.sv @@ -60,7 +60,7 @@ module core_ibex_tb_top; ) dut ( .clk_i (clk ), .rst_ni (rst_n ), - .test_en_i (1'b1 ), + .test_en_i (1'b0 ), .hart_id_i (32'b0 ), .boot_addr_i (`BOOT_ADDR ), // align with spike boot address .irq_software_i (irq_vif.irq_software ),