Skip to content

Commit

Permalink
hw: Fix regbus address map
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewww authored and alex96295 committed Nov 15, 2023
1 parent d4b73a8 commit 0a6139a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/cheshire_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ package cheshire_pkg;
axi_out_t ret = '{dbg: 0, reg_demux: 1, default: '0};
int unsigned i = 1, r = 1;
ret.map[0] = '{0, AmDbg, AmDbg + 'h40000};
ret.map[1] = '{1, 'h0200_0000, 'h0800_0000};
ret.map[1] = '{1, 'h0200_0000, 'h0C00_0000};
// Whether we have an LLC or a bypass, the output port is has its
// own Xbar output with the specified region iff it is connected.
if (cfg.LlcOutConnect) begin i++; r++; ret.llc = i;
Expand Down

0 comments on commit 0a6139a

Please sign in to comment.