Skip to content

Commit

Permalink
snitch_cluster: Bump to align with I$ update
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Mar 21, 2024
1 parent 4fbeaa0 commit 01a8af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion hw/snitch_read_only_cache/src/snitch_read_only_cache.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 01a8af4

Please sign in to comment.