We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6123e7 + 9655cd0 commit 7f0ac3fCopy full SHA for 7f0ac3f
1 file changed
core/scoreboard.sv
@@ -294,7 +294,7 @@ module scoreboard #(
294
end
295
296
assign fwd_o.still_issued = still_issued;
297
- assign fwd_o.issue_pointer = issue_pointer;
+ assign fwd_o.issue_pointer = issue_pointer[0];
298
assign fwd_o.wb = wb;
299
for (genvar i = 0; i < CVA6Cfg.NR_SB_ENTRIES; i++) begin
300
assign fwd_o.sbe[i] = mem_q[i].sbe;
0 commit comments