Skip to content

Commit

Permalink
Add new icache parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog authored and colluca committed Mar 18, 2024
1 parent 5e9bdb0 commit 0dff824
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hw/snitch_cluster/src/snitch_hive.sv
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ module snitch_hive #(
.FETCH_DW ( 32 ),
.FILL_AW ( AddrWidth ),
.FILL_DW ( WideDataWidth ),
.EARLY_LATCH ( 0 ),
.SERIAL_LOOKUP ( 0 ),
.L1_TAG_SCM ( 0 ),
.NUM_AXI_OUTSTANDING( 2 ),
.EARLY_LATCH ( 0 ),
.L0_EARLY_TAG_WIDTH ( snitch_pkg::PageShift - $clog2(ICacheLineWidth/8) ),
.ISO_CROSSING ( IsoCrossing ),
.sram_cfg_tag_t ( sram_cfg_t ),
Expand Down

0 comments on commit 0dff824

Please sign in to comment.