Skip to content

Commit

Permalink
Adapting structure for hyperbus as we have now only 1 phy
Browse files Browse the repository at this point in the history
  • Loading branch information
maicolciani committed Sep 4, 2024
1 parent ea020c3 commit b3a7a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/sim/src/vip_carfield_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ module vip_carfield_soc
// Hyperbus //
//////////////

localparam string HypUserPreloadMemFiles [HypNumPhys] = '{Hyp0UserPreloadMemFile, Hyp1UserPreloadMemFile};
localparam string HypUserPreloadMemFiles = 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 b3a7a39

Please sign in to comment.