Skip to content

Commit

Permalink
HW: Modified Isolation parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Sep 26, 2024
1 parent 099b844 commit bf691c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hw/chimera_clu_domain.sv
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module chimera_clu_domain

for (genvar extClusterIdx = 0; extClusterIdx < ExtClusters; extClusterIdx++) begin : gen_clusters

if (Pasim == 1) begin : gen_cluster_iso
if (IsolateClusters == 1) begin : gen_cluster_iso
// Add AXI isolation at the Narrow Input Interface
axi_isolate #(
.NumPending (Cfg.AxiMaxSlvTrans),
Expand Down
4 changes: 2 additions & 2 deletions hw/chimera_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ package chimera_pkg;

localparam aw_bt ClusterNarrowAxiMstIdWidth = 1;

// Power Aware Simulation Configuration Enable
localparam int unsigned Pasim = 0;
// Isolate Clusters from SoC
localparam int unsigned IsolateClusters = 0;

function automatic cheshire_cfg_t gen_chimera_cfg();
localparam int AddrWidth = DefaultCfg.AddrWidth;
Expand Down

0 comments on commit bf691c6

Please sign in to comment.