diff --git a/Bender.yml b/Bender.yml index a1aefa0fe..dd0d0849d 100644 --- a/Bender.yml +++ b/Bender.yml @@ -29,8 +29,9 @@ dependencies: cva6: { path: hw/vendor/openhwgroup_cva6 } opentitan_peripherals: { path: hw/vendor/pulp_platform_opentitan_peripherals } register_interface: { git: https://github.com/pulp-platform/register_interface.git, version: 0.3.8 } - snitch_cluster: { git: https://github.com/pulp-platform/snitch_cluster.git, rev: 1f17d1fd04ccab4651c88ff7165c30011e3524ca } + snitch_cluster: { git: https://github.com/pulp-platform/snitch_cluster.git, rev: 269830af872fa943d8b079470120d42d62e1cb69 } tech_cells_generic: { git: https://github.com/pulp-platform/tech_cells_generic.git, rev: v0.2.11 } + cluster_icache: { git: https://github.com/pulp-platform/cluster_icache.git, version: 0.1.0 } workspace: package_links: diff --git a/hw/snitch_read_only_cache/src/snitch_read_only_cache.sv b/hw/snitch_read_only_cache/src/snitch_read_only_cache.sv index 290342471..6c27e06a9 100644 --- a/hw/snitch_read_only_cache/src/snitch_read_only_cache.sv +++ b/hw/snitch_read_only_cache/src/snitch_read_only_cache.sv @@ -273,7 +273,7 @@ module snitch_read_only_cache #( ); // The lookup module contains the actual cache RAMs and performs lookups. - snitch_icache_lookup #( + snitch_icache_lookup_parallel #( .CFG ( CFG ), .sram_cfg_tag_t ( sram_cfg_tag_t ), .sram_cfg_data_t ( sram_cfg_data_t )