Skip to content

Commit 5711010

Browse files
authored
cout debugging
1 parent 5d4dc71 commit 5711010

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/LSU.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ namespace olympia
185185
// allocate to Store buffer
186186
if (inst_ptr->isStoreInst())
187187
{
188+
std::cout << "Dispatch: Inst type: " << (inst_ptr->isStoreInst() ? "Store" : "Load")
189+
<< " Buffer size: " << store_buffer_.size() << "\n";
188190
allocateInstToStoreBuffer_(inst_ptr);
189191
}
190192

0 commit comments

Comments
 (0)