Skip to content

Commit

Permalink
Revert faulty fix from PROJ-321
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbjurling committed Jan 18, 2024
1 parent c615c38 commit d4c2c19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/load_unit.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4c2c19

Please sign in to comment.