Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fatimasaleem committed Nov 20, 2023
1 parent a57c3f5 commit 1028855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scoreboard.sv
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ module scoreboard #(
end

// FIFO counter updates
if (CVA6Cfg.NrCommitPorts == 2) begin : gen_two_commit_ports
if (CVA6Cfg.NrCommitPorts == 2) begin : gen_commit_ports
assign num_commit = commit_ack_i[1] + commit_ack_i[0];
end else begin : gen_one_commit_port
assign num_commit = commit_ack_i[0];
Expand Down

0 comments on commit 1028855

Please sign in to comment.