[gem5-users] Re: Read Miss Operation at Last Level Cache (LLC)

2023-12-01 Thread Eliot Moss via gem5-users
On 12/1/2023 6:24 PM, zahra moein via gem5-users wrote: Thank you for your response. I would like to seek further clarification regarding the parameter RecvTimingResp: void BaseCache::recvTimingResp(PacketPtr pkt) Could you please confirm if this parameter represents a packet that is receive

[gem5-users] Re: Read Miss Operation at Last Level Cache (LLC)

2023-12-01 Thread zahra moein via gem5-users
Thank you for your response.\ \ I would like to seek further clarification regarding the parameter RecvTimingResp: \  void BaseCache::recvTimingResp(PacketPtr pkt)\ \ Could you please confirm if this parameter represents a packet that is received from memory? If it does, I would appreciate your

[gem5-users] Make m5op speculative

2023-12-01 Thread Vu Hoang Anh Pham via gem5-users
Hello, I am new to gem5. I am working on a project where i need a communication between 2 threads, i create 2 m5ops to "write" and "read" the information from the master and the slave. For the sake of performance, i want to make these 2 m5ops speculative (while keeping the other m5ops non-specu