added rsp map
This commit is contained in:
4
hw/rtl/cache/VX_cache_dram_req_arb.v
vendored
4
hw/rtl/cache/VX_cache_dram_req_arb.v
vendored
@@ -10,7 +10,7 @@ module VX_cache_dram_req_arb #(
|
||||
// Dram Fill Req Queue Size
|
||||
parameter DFQQ_SIZE = 0,
|
||||
// Prefetcher
|
||||
parameter PRFQ_SIZE = 0,
|
||||
parameter PRFQ_SIZE = 1,
|
||||
parameter PRFQ_STRIDE = 0
|
||||
) (
|
||||
input wire clk,
|
||||
@@ -117,4 +117,4 @@ module VX_cache_dram_req_arb #(
|
||||
assign dram_req_addr = dwb_valid ? per_bank_dram_wb_req_addr[dwb_bank] : (dfqq_req ? dfqq_req_addr : pref_addr);
|
||||
assign {dram_req_data} = dwb_valid ? per_bank_dram_wb_req_data[dwb_bank] : 0;
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user