Actually still need 7 halfwords for full throughput in the case of sequential word-sized halfword-aligned instructions
This commit is contained in:
parent
8458dff083
commit
940b7e4009
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue