diff --git a/Cores-SweRV/soc/soc_top.sv b/Cores-SweRV/soc/soc_top.sv index 2c364e3..635bdc1 100644 --- a/Cores-SweRV/soc/soc_top.sv +++ b/Cores-SweRV/soc/soc_top.sv @@ -308,7 +308,7 @@ module soc_top ( jtag_id[31:28] = 4'b1; jtag_id[27:12] = '0; jtag_id[11:1] = 11'h45; - reset_vector = 32'h0; + reset_vector = 32'h80000000; nmi_vector = 32'hee000000; nmi_int = 0;