Config for L1D Stride-2-BigTable

This commit is contained in:
Karlis Susters
2023-03-15 16:30:35 +00:00
parent 8617d38e80
commit 239e011adf

View File

@@ -1185,7 +1185,7 @@ endmodule
module mkBRAMStridePCPrefetcher(PCPrefetcher)
provisos(
NumAlias#(strideTableSize, 64),
NumAlias#(strideTableSize, 512),
NumAlias#(cLinesAheadToPrefetch, 2), // TODO fetch more if have repeatedly hit an entry, and if stride big
Alias#(strideTableIndexT, Bit#(TLog#(strideTableSize)))
);