Skip to content

Commit

Permalink
cout debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MayneMei authored Dec 2, 2024
1 parent 5d4dc71 commit 5711010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/LSU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ namespace olympia
// allocate to Store buffer
if (inst_ptr->isStoreInst())
{
std::cout << "Dispatch: Inst type: " << (inst_ptr->isStoreInst() ? "Store" : "Load")
<< " Buffer size: " << store_buffer_.size() << "\n";
allocateInstToStoreBuffer_(inst_ptr);
}

Expand Down

0 comments on commit 5711010

Please sign in to comment.