Actually still need 7 halfwords for full throughput in the case of sequential word-sized halfword-aligned instructions

This commit is contained in:
Luke Wren 2022-06-12 16:21:56 +01:00
parent 8458dff083
commit 940b7e4009
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ module hazard3_frontend #(
// This is the minimum size (in halfwords) for full fetch throughput, and // This is the minimum size (in halfwords) for full fetch throughput, and
// there is little benefit to increasing it: // there is little benefit to increasing it:
localparam FIFO_DEPTH = 6; localparam FIFO_DEPTH = 7;
localparam W_BUNDLE = W_DATA / 2; localparam W_BUNDLE = W_DATA / 2;