Skip to content

Commit

Permalink
pkg: Adding LLC bypass region at 0x8_0000_0000
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilKoe committed Jan 5, 2025
1 parent e9c99aa commit fc65247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/carfield_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,8 @@ localparam cheshire_cfg_t CarfieldCfgDefault = '{
LlcOutConnect : 1,
LlcOutRegionStart : 'h8000_0000,
LlcOutRegionEnd : 'h1_0000_0000,
LlcBypassRegionStart : 'h8_0000_0000,
LlcBypassRegionEnd : 'h8_8000_0000,
LlcUserMsb : 9,
LlcUserLsb : 5,
LlcCachePartition : 1,
Expand Down

0 comments on commit fc65247

Please sign in to comment.