Skip to content

Commit

Permalink
vlsu: Increase NrOutstandingLoads to increase offset queue and avoid …
Browse files Browse the repository at this point in the history
…stalling
  • Loading branch information
mp-17 committed May 20, 2024
1 parent d18eec3 commit 656e29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ip/spatz/src/spatz_vlsu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module spatz_vlsu
import rvv_pkg::*;
import cf_math_pkg::idx_width; #(
parameter int unsigned NrMemPorts = 1,
parameter int unsigned NrOutstandingLoads = 8,
parameter int unsigned NrOutstandingLoads = 16,
// Memory request
parameter type spatz_mem_req_t = logic,
parameter type spatz_mem_rsp_t = logic,
Expand Down

0 comments on commit 656e29d

Please sign in to comment.