rtl refactoring
This commit is contained in:
2
hw/rtl/cache/VX_snp_fwd_arb.v
vendored
2
hw/rtl/cache/VX_snp_fwd_arb.v
vendored
@@ -5,7 +5,7 @@ module VX_snp_fwd_arb #(
|
||||
parameter BANK_LINE_SIZE = 1
|
||||
) (
|
||||
input wire [NUM_BANKS-1:0] per_bank_snp_fwd_valid,
|
||||
input wire [NUM_BANKS-1:0][`DRAM_ADDR_WIDTH-1:0] per_bank_snp_fwd_addr,
|
||||
input wire [NUM_BANKS-1:0][`DRAM_ADDR_WIDTH-1:0] per_bank_snp_fwd_addr,
|
||||
output reg [NUM_BANKS-1:0] per_bank_snp_fwd_pop,
|
||||
|
||||
output wire snp_fwd_valid,
|
||||
|
||||
Reference in New Issue
Block a user