This commit is contained in:
Eric Ackermann 2025-04-22 11:48:24 +02:00 committed by GitHub
commit ee61d15569
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -880,7 +880,7 @@ module issue_read_operands
case (issue_instr_i[i].fu)
CVXIF: begin
cvxif_valid_n[i] = 1'b1;
cvxif_off_instr_n = orig_instr[i];
cvxif_off_instr_n = orig_instr_i[i];
end
default: ;
endcase