Skip to content

Commit

Permalink
Propagated ecc_enable parameter to the bht
Browse files Browse the repository at this point in the history
  • Loading branch information
OttG committed Aug 27, 2024
1 parent 847cfe8 commit b620f5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/frontend/frontend.sv
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ module frontend
end else begin : bht_gen
bht #(
.CVA6Cfg (CVA6Cfg),
.NR_ENTRIES(CVA6Cfg.BHTEntries)
.NR_ENTRIES(CVA6Cfg.BHTEntries),
.EccEnable (EccEnable)
) i_bht (
.clk_i,
.rst_ni,
Expand Down

0 comments on commit b620f5a

Please sign in to comment.