diff --git a/hw/snitch_icache/src/snitch_icache_l0.sv b/hw/snitch_icache/src/snitch_icache_l0.sv index 19fa893e7d..e5c1e7c698 100644 --- a/hw/snitch_icache/src/snitch_icache_l0.sv +++ b/hw/snitch_icache/src/snitch_icache_l0.sv @@ -171,7 +171,7 @@ module snitch_icache_l0 import snitch_icache_pkg::*; #( // Check whether we had an early multi-hit (e.g., the portion of the tag matched // multiple entries in the tag array) if (CFG.L0_TAG_WIDTH != CFG.L0_EARLY_TAG_WIDTH) begin : gen_multihit_detection - onehot #( + cc_onehot #( .Width (CFG.L0_LINE_COUNT) ) i_onehot_hit_early ( .d_i (hit_early),