interfaces refactoring
This commit is contained in:
@@ -7,9 +7,9 @@ interface VX_cache_snp_rsp_if #(
|
||||
parameter SNP_TAG_WIDTH = 0
|
||||
) ();
|
||||
|
||||
wire snp_rsp_valid;
|
||||
wire [SNP_TAG_WIDTH-1:0] snp_rsp_tag;
|
||||
wire snp_rsp_ready;
|
||||
wire valid;
|
||||
wire [SNP_TAG_WIDTH-1:0] tag;
|
||||
wire ready;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user