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 Oct 31, 2024
1 parent 4d0d2bd commit 4f9d3a9
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 @@ -495,8 +495,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 4f9d3a9

Please sign in to comment.