From d4c2c190176d4c69d3f874948c2bd135dfee03e1 Mon Sep 17 00:00:00 2001 From: Max Bjurling Date: Thu, 18 Jan 2024 06:52:54 +0100 Subject: [PATCH] Revert faulty fix from PROJ-321 --- core/load_unit.sv | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/load_unit.sv b/core/load_unit.sv index 7dd9264f94..5568589634 100644 --- a/core/load_unit.sv +++ b/core/load_unit.sv @@ -257,9 +257,6 @@ module load_unit import ariane_pkg::*; #( // we got an exception if (ex_i.valid && valid_i) begin - // kill any ongoing request - req_port_o.kill_req = 1'b1; - req_port_o.tag_valid = 1'b1; // the next state will be the idle state state_d = IDLE; // pop load - but only if we are not getting an rvalid in here - otherwise we will over-write an incoming transaction