Re: [gem5-users] compile error and on-chip communication questions

2012-10-25 Thread Nilay Vaish
On Wed, 24 Oct 2012, Cookie wrote: Hi Nilay, Thank you for your reply. In MESI_CMP_directory-L1cache.sm, there are several latency parameters: l1_request_latency, l1_response_latency, and to_l2_latency. Do you mean these parameters decide the communication time? However, I didn't see any differ

Re: [gem5-users] compile error and on-chip communication questions

2012-10-24 Thread Cookie
Hi Nilay, Thank you for your reply. In MESI_CMP_directory-L1cache.sm, there are several latency parameters: l1_request_latency, l1_response_latency, and to_l2_latency. Do you mean these parameters decide the communication time? However, I didn't see any different latencies between a local access (

Re: [gem5-users] compile error and on-chip communication questions

2012-10-24 Thread Nilay Vaish
On Tue, 23 Oct 2012, Cookie wrote: Hi, I added a function in CacheMemory.* called hashCompare(DataBlock dbk). This function is called in MESI_CMP_directory-L2cache.sm: - in_port(responseIntraChipL2Network_in, ResponseMsg, responseToL2Cache, rank = 1) { .. if(in_m