Skip to content

Commit

Permalink
Hw,tb: 🎨 Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sermazz committed Nov 1, 2024
1 parent 45dd9c4 commit 9e94e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hw/chimera_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ExtClusters
//TODO(smazzola): Correct size of HyperRAM?
localparam doub_bt HyperbusRegionEnd = HyperbusRegionStart + 64'h1000_0000;

localparam int unsigned HypNumPhys = 1;
localparam int unsigned HypNumPhys = 1;
localparam int unsigned HypNumChips = 2;

localparam int unsigned LogDepth = 3;
Expand Down
6 changes: 2 additions & 4 deletions target/sim/src/vip_chimera_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module vip_chimera_soc
import cheshire_pkg::*;
#(
// DUT (must be set)
parameter cheshire_cfg_t DutCfg = '0,
parameter cheshire_cfg_t DutCfg = '0,

parameter type axi_ext_mst_req_t = logic,
parameter type axi_ext_mst_rsp_t = logic,
Expand Down Expand Up @@ -568,9 +568,7 @@ module vip_chimera_soc
// Hyperbus //
//////////////

localparam string HypUserPreloadMemFiles[HypNumPhys] = '{
Hyp0UserPreloadMemFile
};
localparam string HypUserPreloadMemFiles[HypNumPhys] = '{Hyp0UserPreloadMemFile};

for (genvar i = 0; i < HypNumPhys; i++) begin : hyperrams
for (genvar j = 0; j < HypNumChips; j++) begin : chips
Expand Down

0 comments on commit 9e94e61

Please sign in to comment.