Added Core Interface
This commit is contained in:
24
rtl/interfaces/VX_gpu_dcache_res_inter.v
Normal file
24
rtl/interfaces/VX_gpu_dcache_res_inter.v
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
`include "../VX_cache/VX_cache_config.v"
|
||||
|
||||
`ifndef VX_GPU_DCACHE_RES
|
||||
|
||||
`define VX_GPU_DCACHE_RES
|
||||
|
||||
interface VX_gpu_dcache_res_inter ();
|
||||
|
||||
// Cache WB
|
||||
wire [`NUMBER_REQUESTS-1:0] core_wb_valid;
|
||||
wire [4:0] core_wb_req_rd;
|
||||
wire [1:0] core_wb_req_wb;
|
||||
wire [`NW_M1:0] core_wb_warp_num;
|
||||
wire [`NUMBER_REQUESTS-1:0][31:0] core_wb_readdata;
|
||||
|
||||
// Cache Full
|
||||
wire delay_req;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user