cache request interfaces update

This commit is contained in:
Blaise Tine
2021-02-10 20:55:04 -08:00
parent 665b97b810
commit ab63ac9e5d
19 changed files with 275 additions and 192 deletions

View File

@@ -9,8 +9,8 @@ module VX_fetch #(
input wire reset,
// Icache interface
VX_cache_core_req_if icache_req_if,
VX_cache_core_rsp_if icache_rsp_if,
VX_icache_core_req_if icache_req_if,
VX_icache_core_rsp_if icache_rsp_if,
// inputs
VX_wstall_if wstall_if,