Added Snoop Invalidate/Writeback Req type
This commit is contained in:
@@ -16,6 +16,10 @@ interface VX_gpu_dcache_dram_req_inter ();
|
||||
wire [31:0] dram_req_size;
|
||||
wire [`BANK_LINE_SIZE_RNG][31:0] dram_req_data;
|
||||
|
||||
// Snoop
|
||||
wire dram_because_of_snp;
|
||||
wire dram_snp_full;
|
||||
|
||||
// DRAM Cache can't accept response
|
||||
wire dram_fill_accept;
|
||||
|
||||
|
||||
18
rtl/interfaces/VX_gpu_dcache_snp_req_inter.v
Normal file
18
rtl/interfaces/VX_gpu_dcache_snp_req_inter.v
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
|
||||
`include "../VX_cache/VX_cache_config.v"
|
||||
|
||||
`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;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user