Skip to content

Commit

Permalink
Update core/LSU.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Knute Lingaard <[email protected]>
Signed-off-by: Suraj Shirvankar <[email protected]>
  • Loading branch information
h0lyalg0rithm and Knute Lingaard authored Nov 3, 2023
1 parent c80369d commit be07833
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/LSU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ namespace olympia
<< " MemoryAccessInfo objects allocated/created");

if(retire_done_and_is_drained_){
bool ldst_queue_empty_ = ldst_inst_queue_.empty();
sparta_assert(ldst_queue_empty_, "Issue queue has pending instructions");
sparta_assert(ldst_inst_queue_.empty(), "Issue queue has pending instructions");
}
}

Expand Down

0 comments on commit be07833

Please sign in to comment.