Skip to content

Commit

Permalink
Adapting structure for hyperbus as we have now only 1 phy (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
maicolciani authored Sep 4, 2024
1 parent 1fc624c commit cdadaff
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 cdadaff

Please sign in to comment.