cache_subsystem: merge icaches
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 connectwt_icache
to AXI bus - In
std_cache_subsystem
, replacestd_icache
byicache_axi_wrapper
- Rename
wt_icache
toicache