From 9a8849113373c6014330554429af45fcf52e95b6 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Mon, 16 Sep 2024 19:11:13 +0200 Subject: [PATCH] [id_stage] Push to register on effective xif issue handshake --- core/id_stage.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/id_stage.sv b/core/id_stage.sv index a310b53956..26d2ae5b63 100644 --- a/core/id_stage.sv +++ b/core/id_stage.sv @@ -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