minor update

This commit is contained in:
Blaise Tine
2021-07-20 21:07:41 -07:00
parent d3b788784a
commit aa7b0da877
6 changed files with 14 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
`ifndef VX_DCACHE_CORE_REQ_IF
`define VX_DCACHE_CORE_REQ_IF
`ifndef VX_DCACHE_REQ_IF
`define VX_DCACHE_REQ_IF
`include "../cache/VX_cache_define.vh"
interface VX_dcache_core_req_if #(
interface VX_dcache_req_if #(
parameter NUM_REQS = 1,
parameter WORD_SIZE = 1,
parameter CORE_TAG_WIDTH = 1