Skip to content

Commit

Permalink
Add cluster and memory Idx vector
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Oct 3, 2024
1 parent 2e02977 commit ed41144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/chimera_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ExtClusters
cfg.AxiExtNumSlv = ExtClusters + MemoryIsland;
cfg.AxiExtNumRules = ExtClusters + MemoryIsland;

cfg.AxiExtRegionIdx = {8'h5, 8'h4, 8'h3, 8'h2, 8'h1, 8'h0};
cfg.AxiExtRegionIdx = {MemIslandIdx, ClusterIdx};
cfg.AxiExtRegionStart = {MemIslRegionStart, ClusterRegionStart};
cfg.AxiExtRegionEnd = {MemIslRegionEnd, ClusterRegionEnd};

Expand Down

0 comments on commit ed41144

Please sign in to comment.