refactor interfaces
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
`include "../generic_cache/VX_cache_config.vh"
|
||||
|
||||
`ifndef VX_GPU_SNP_REQ_RSP
|
||||
|
||||
`define VX_GPU_SNP_REQ_RSP
|
||||
|
||||
interface VX_gpu_snp_req_rsp
|
||||
();
|
||||
`include "../generic_cache/VX_cache_config.vh"
|
||||
|
||||
interface VX_gpu_snp_req_rsp ();
|
||||
|
||||
// Snoop request
|
||||
wire snp_req;
|
||||
@@ -16,5 +14,4 @@ interface VX_gpu_snp_req_rsp
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user