Hi everyone, I have a doubt regarding the operation of the recvAtomic() function in the memory controller. I can see that recvAtomic() calls recvAtomicLogic(), which returns the access latency from the memory interface. If I change the code to: return mem_intr->accessLatency() + 100;
Does this mean that it will take 100 more ticks for the memory controller to access the memory? If yes, then how can I visualize this change? The AMAT stats in stats.txt are giving me 'nan' and even with the debug flags on, I cant exactly measure this change. Any help would be appreciated! -- Regards, John Smith
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org