Skip to content
Snippets Groups Projects
Commit bc84f485 authored by dam1n19's avatar dam1n19
Browse files

Changed Table Base Address Defaults

parent 3fbedbfb
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ module slcorem0 #( ...@@ -23,7 +23,7 @@ module slcorem0 #(
parameter WPT = 2, // Number of DWT comparators parameter WPT = 2, // Number of DWT comparators
parameter RESET_ALL_REGS = 0, // Do not reset all registers parameter RESET_ALL_REGS = 0, // Do not reset all registers
parameter INCLUDE_JTAG = 0, // Do not Include JTAG feature parameter INCLUDE_JTAG = 0, // Do not Include JTAG feature
parameter [31:0] ROMTABLE_BASE = 32'hE00FF003 // Defaultly Points to Core ROM Table parameter [31:0] ROMTABLE_BASE = 32'hE00FF000 // Defaultly Points to Core ROM Table
)( )(
// System Input Clocks and Resets // System Input Clocks and Resets
input wire SYS_FCLK, // Free running clock input wire SYS_FCLK, // Free running clock
......
...@@ -95,7 +95,7 @@ module slcorem0_integration ...@@ -95,7 +95,7 @@ module slcorem0_integration
// 1 = one // 1 = one
// 2 = two // 2 = two
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
parameter [31:0] ROMTABLE_BASE = 32'hE00FF003) // ROM Table Base Address parameter [31:0] ROMTABLE_BASE = 32'hE00FF000) // ROM Table Base Address
// - Defaultly points to Core ROMTABLE // - Defaultly points to Core ROMTABLE
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
...@@ -379,7 +379,7 @@ module slcorem0_integration ...@@ -379,7 +379,7 @@ module slcorem0_integration
.SLVRDATA (slv_rdata_dap[31:0]), .SLVRDATA (slv_rdata_dap[31:0]),
.SLVREADY (slv_ready_dap), .SLVREADY (slv_ready_dap),
.SLVRESP (slv_resp_dap), .SLVRESP (slv_resp_dap),
.BASEADDR (ROMTABLE_BASE), .BASEADDR (ROMTABLE_BASE + 32'h00000003),
.ECOREVNUM (ECOREVNUM[27:20]), .ECOREVNUM (ECOREVNUM[27:20]),
.SE (SE) .SE (SE)
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment