regression test with source_id 0

This commit is contained in:
sij814 2024-08-12 16:22:30 -07:00
parent bab9496117
commit 47427ab22e
3 changed files with 2 additions and 3 deletions

View file

@ -67,8 +67,6 @@ public:
std::cout.rdbuf(nullstream.rdbuf());
ramulator_frontend_->finalize();
ramulator_memorysystem_->finalize();
delete ramulator_frontend_;
delete ramulator_memorysystem_;
std::cout.rdbuf(original_buf);
}

View file

@ -340,6 +340,7 @@ public:
bypass_switch_->RspIn.at(0).bind(&mem_rsp_ports_.at(0));
}
} else {
// TODO: Change this into a crossbar
uint32_t max = MAX(2, config_.num_inputs);
//printf("%s connecting\n", simobject_->name().c_str());
//3

View file

@ -70,7 +70,7 @@ public:
auto enqueue_success = dram_sim_.send_request(
mem_req.write,
mem_req.addr,
i,
0,
[](void* arg) {
auto rsp_args = reinterpret_cast<const DramCallbackArgs*>(arg);
// only send a response for read requests