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

@@ -44,7 +44,7 @@ module VX_cache #(
parameter SNOOP_FORWARDING = 0,
// Prefetcher
parameter PRFQ_SIZE = 0,
parameter PRFQ_SIZE = 1,
parameter PRFQ_STRIDE = 0,
// core request tag size
@@ -492,4 +492,4 @@ module VX_cache #(
.snp_rsp_ready (snp_rsp_ready)
);
endmodule
endmodule