This commit is contained in:
Blaise Tine
2020-07-31 16:49:59 -04:00
86 changed files with 14791 additions and 2100072 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
@@ -490,4 +490,4 @@ module VX_cache #(
.snp_rsp_ready (snp_rsp_ready)
);
endmodule
endmodule