added rsp map

This commit is contained in:
trmontgomery
2020-07-19 00:08:09 -04:00
parent 2d39e0561c
commit ed3a0cfa4d
37 changed files with 13615 additions and 60046 deletions

View File

@@ -5,7 +5,7 @@ module VX_prefetcher #(
parameter BANK_LINE_SIZE = 0,
// Size of a word in bytes
parameter WORD_SIZE = 0,
parameter PRFQ_SIZE = 0,
parameter PRFQ_SIZE = 1,
parameter PRFQ_STRIDE = 0
) (
input wire clk,
@@ -68,4 +68,4 @@ module VX_prefetcher #(
end
end
endmodule
endmodule