mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 04:57:25 -04:00
Change IF fifo depth to 3 to get performance from old IF back
This commit is contained in:
parent
db82a7ab8e
commit
847b652ce5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ module fetch_fifo
|
|||
output logic [31:0] out_unaligned_rdata_o
|
||||
);
|
||||
|
||||
localparam DEPTH = 2; // must be 2 or greater
|
||||
localparam DEPTH = 3; // must be 2 or greater
|
||||
|
||||
// index 0 is used for output
|
||||
logic [0:DEPTH-1] [31:0] addr_n, addr_int, addr_Q;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue