Skip to content

Commit

Permalink
[id_stage] Push to register on effective xif issue handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Sep 16, 2024
1 parent 5388ad7 commit 9a88491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/id_stage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module id_stage #(


assign core_v_xif_issue_valid_o = fetch_entry_valid_i && (!issue_q.valid || issue_instr_ack_i) && !flush_unissued_instr_i && !flush_i;
assign push_to_register = core_v_xif_issue_ready_i;
assign push_to_register = core_v_xif_issue_valid_o & core_v_xif_issue_ready_i;

// --------
// Decoder
Expand Down

0 comments on commit 9a88491

Please sign in to comment.