Hi all,

I am trying to print the physical address of the data read write from data
cache.
I am printing the physical address using pkt->getAddr() in cache_impl.hh
address
inside the following function
template<class TagStore>
bool
Cache<TagStore>::access(PacketPtr pkt, BlkType *&blk,
                        Cycles &lat, PacketList &writebacks

I am printing address like 1244784 (after converting hex to decimal). The
dcache is only 64kb. Can anyone point out whats wrong. Appreciate your
help!!
*Regards,*
*Kassan Unda*

*Doctoral Candidate*
*Computer Engineering*
*Missouri S&T (Formerly University of Missouri Rolla)*
*WebPage: http://web.mst.edu/~kutx9 <http://web.mst.edu/~kutx9>*

*"Do not go where the path may lead, go instead where there is no path  and
leave a trail."* Ralph Waldo Emerson
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to