Skip to content

Commit

Permalink
Merge branch 'master' into fix_cache_line_width_64
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaGonzalezMarino authored Dec 2, 2024
2 parents 43c9c3f + ba8ac71 commit 7d28ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cache_subsystem/wt_dcache_missunit.sv
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ module wt_dcache_missunit
// generate random cacheline index
lfsr #(
.LfsrWidth(8),
.OutWidth ($clog2(CVA6Cfg.DCACHE_SET_ASSOC))
.OutWidth (CVA6Cfg.DCACHE_SET_ASSOC_WIDTH)
) i_lfsr_inv (
.clk_i (clk_i),
.rst_ni(rst_ni),
Expand Down

0 comments on commit 7d28ba9

Please sign in to comment.