Skip to content

Commit fc65247

Browse files
committed
pkg: Adding LLC bypass region at 0x8_0000_0000
1 parent e9c99aa commit fc65247

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hw/carfield_pkg.sv

+2
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ localparam cheshire_cfg_t CarfieldCfgDefault = '{
624624
LlcOutConnect : 1,
625625
LlcOutRegionStart : 'h8000_0000,
626626
LlcOutRegionEnd : 'h1_0000_0000,
627+
LlcBypassRegionStart : 'h8_0000_0000,
628+
LlcBypassRegionEnd : 'h8_8000_0000,
627629
LlcUserMsb : 9,
628630
LlcUserLsb : 5,
629631
LlcCachePartition : 1,

0 commit comments

Comments
 (0)