RTL code refactoring

This commit is contained in:
Blaise Tine
2020-04-23 13:49:45 -04:00
parent 3cf1a5074b
commit 00a5122fd4
4 changed files with 138 additions and 145 deletions

View File

@@ -1,18 +1,14 @@
`ifndef VX_CACHE_SNP_REQ_RSP_IF
`define VX_CACHE_SNP_REQ_RSP_IF
`ifndef VX_CACHE_SNP_REQ_IF
`define VX_CACHE_SNP_REQ_IF
`include "../cache/VX_cache_config.vh"
interface VX_cache_snp_req_rsp_if ();
interface VX_cache_snp_req_if ();
// Snoop request
wire snp_req_valid;
wire [31:0] snp_req_addr;
wire snp_req_ready;
// Snoop Response
// TODO:
endinterface
`endif