Now Flush Routine only sends one round of snoops

This commit is contained in:
felsabbagh3 2020-04-04 18:02:57 -07:00
parent 65fa9285bf
commit d0765b8fb1

View file

@ -357,8 +357,8 @@ void Simulator::flush_caches(uint32_t mem_addr, uint32_t size) {
// #if NUMBER_CORES != 1
// send snoops for L2 flush
this->send_snoops(mem_addr, size);
this->wait(PIPELINE_FLUSH_LATENCY);
// this->send_snoops(mem_addr, size);
// this->wait(PIPELINE_FLUSH_LATENCY);
// #endif
}