mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
issue_read_operands: Cast logic to correct type (#398)
Co-authored-by: pawelku <pawelku@aldec.com.pl>
This commit is contained in:
parent
a9dfd9af56
commit
b70eadd3b6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue