L3 and CLUSTRING WORKS

This commit is contained in:
felsabbagh3
2020-03-10 02:41:47 -07:00
parent cf0173ae15
commit 13c6cbfa5d
11 changed files with 654 additions and 262 deletions

View File

@@ -0,0 +1,20 @@
`include "../VX_cache/VX_cache_config.v"
`ifndef VX_GPU_SNP_REQ_RSP
`define VX_GPU_SNP_REQ_RSP
interface VX_gpu_snp_req_rsp
();
// Snoop request
wire snp_req;
wire[31:0] snp_req_addr;
// Snoop Response
wire snp_delay;
endinterface
`endif