From bd392cfb7cdc964495660543fe21bf60a45b4cc0 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 22 Mar 2022 23:25:11 +0000 Subject: [PATCH] Refine reset vector in Cores-SweRV. --- Cores-SweRV/soc/soc_top.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;