refactor interfaces

This commit is contained in:
Blaise Tine
2020-04-16 10:40:40 -04:00
parent 31f906f9fd
commit 460aabf6b1
33 changed files with 146 additions and 240 deletions

View File

@@ -1,18 +1,13 @@
`ifndef VX_GPU_SNP_REQ
`define VX_GPU_SNP_REQ
`include "../generic_cache/VX_cache_config.vh"
`ifndef VX_GPU_SNP_REQ
`define VX_GPU_SNP_REQ
interface VX_gpu_dcache_snp_req_inter ();
// Snoop Req
wire snp_req;
wire [31:0] snp_req_addr;
wire snp_req;
wire [31:0] snp_req_addr;
endinterface
`endif