Skip to content

Commit d6c92b5

Browse files
committed
added debug info
1 parent 8084f56 commit d6c92b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/lsu/LSU.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,9 @@ namespace olympia
935935

936936
void LSU::allocateInstToStoreBuffer_(const InstPtr & inst_ptr)
937937
{
938+
std::cout << "Creating store info for UID: " << inst_ptr->getUniqueID() << "\n";
938939
const auto & store_info_ptr = createLoadStoreInst_(inst_ptr);
940+
std::cout << "Store info created: " << (store_info_ptr != nullptr) << "\n";
939941

940942
sparta_assert(store_buffer_.size() < ldst_inst_queue_size_,
941943
"Appending store buffer causes overflows!");

0 commit comments

Comments
 (0)