Skip to content

Commit

Permalink
[hardware] 🐛 Fix non-idempotent regions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Aug 15, 2024
1 parent e0de67d commit 218c011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware/src/ara_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ module ara_soc import axi_pkg::*; import ara_pkg::*; #(
CLICNumInterruptSrc : 0,
// idempotent region
NrNonIdempotentRules : 2,
NonIdempotentAddrBase: {64'b0, 64'b0},
NonIdempotentLength : {64'b0, 64'b0},
NonIdempotentAddrBase: {UARTBase, CTRLBase},
NonIdempotentLength : {UARTLength, CTRLLength},
NrExecuteRegionRules : 3,
// DRAM, Boot ROM, Debug Module
ExecuteRegionAddrBase: {DRAMBase, 64'h1_0000, 64'h0},
Expand Down

0 comments on commit 218c011

Please sign in to comment.