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
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
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