Hi, To find data addresses, look at function 'access_cache' in memoryHierarchy.cpp. This function is called by CPU to access any memory location from cache/dram.
One caution, sometimes there might be multiple call for same address to this function from same opcode, also look at code in ooocore*.cpp files to see how they call this function to get the data. - Avadh On Fri, Nov 26, 2010 at 12:54 AM, 沈众 <[email protected]> wrote: > Dear all > How can I get the data address accessed by each processor/thread? > Thank you! > > -- > -- > Best Regards > Shen Zhong > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected] > https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel > >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
