Skip to content

Commit a2a3dc7

Browse files
committed
[rtl] Bump the size of plic to 0x08000000
This will make sufficient space to accommodate the MSIP0 registers. Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent cfc1c0c commit a2a3dc7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

data/xbar_main.hjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
addr_range: [{
214214
// This block is overaligned to 0x0800_0000 bytes since OpenTitan RV_PLIC block expects it.
215215
base_addr: "0x88000000",
216-
size_byte: "0x04000000",
216+
size_byte: "0x08000000",
217217
}],
218218
pipeline: true,
219219
},

data/xbar_main_generated.hjson

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtl/bus/tl_main_pkg.sv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)