Skip to content

cache_subsystem: merge icaches

Eclipse Webmaster requested to merge github/fork/niwis/merge-icache into master

Created by: niwis

Move from two redundant I$ implementations (wt_icache and std_icache) to a single one (icache).

  • Add wrapper module icache_axi_wrapper to connect wt_icache to AXI bus
  • In std_cache_subsystem, replace std_icache by icache_axi_wrapper
  • Rename wt_icache to icache

Merge request reports

Loading