mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
snooping response handling fix
This commit is contained in:
parent
fcf3800d5d
commit
1eda9b34d5
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ Simulator::~Simulator() {
|
|||
}
|
||||
|
||||
void Simulator::attach_ram(RAM* ram) {
|
||||
#ifndef NDEBUG
|
||||
std::cout << timestamp << ": [sim] attach_ram" << std::endl;
|
||||
#endif
|
||||
ram_ = ram;
|
||||
dram_rsp_vec_.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue