issue_read_operands: Cast logic to correct type (#398)

Co-authored-by: pawelku <pawelku@aldec.com.pl>
This commit is contained in:
pawelkudlakaldec 2020-04-14 13:25:58 +02:00 committed by GitHub
parent a9dfd9af56
commit b70eadd3b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -418,7 +418,7 @@ module issue_read_operands #(
trans_id_q <= '0;
pc_o <= '0;
is_compressed_instr_o <= 1'b0;
branch_predict_o <= '{default: 0};
branch_predict_o <= {cf_t'(0), 64'd0};
end else begin
operand_a_q <= operand_a_n;
operand_b_q <= operand_b_n;