memory interface refactoring

This commit is contained in:
Blaise Tine
2021-07-20 21:06:55 -07:00
parent 80cf1f26f9
commit d3b788784a
14 changed files with 144 additions and 144 deletions

View File

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