Skip to content

Commit

Permalink
Apply PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Oct 3, 2024
1 parent 1d6268d commit 7d2996a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hw/chimera_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package chimera_pkg;
// --------------------------

localparam int ExtClusters = 5;
localparam int ExtClustersBaseIdx = 0;

typedef struct packed {
logic [iomsb(ExtClusters):0] hasWideMasterPort;
Expand Down Expand Up @@ -160,7 +159,7 @@ ExtClusters
// REG CFG
cfg.RegExtNumSlv = ExtRegNum;
cfg.RegExtNumRules = ExtRegNum;
cfg.RegExtRegionIdx = {ExtCfgRegsIdx, TopLevelCfgRegsIdx, SnitchBootROMIdx}; // SnitchBootROM
cfg.RegExtRegionIdx = {ExtCfgRegsIdx, TopLevelCfgRegsIdx, SnitchBootROMIdx};
cfg.RegExtRegionStart = {
ExtCfgRegsRegionStart, TopLevelCfgRegsRegionStart, SnitchBootROMRegionStart
};
Expand Down

0 comments on commit 7d2996a

Please sign in to comment.