Hi, I noted that the virtual address of the request (pkt->req_>getVaddr()) is translated into different address after L1. In my test, vaddr '100145659158528' is translated into '18446604447531122688' when it reaches the dram controller.
Please can I ask which line of code is doing this translation? And where shall I add the code to store original virtual address in new variable 'orig_vaddr' so that original vaddr is available until the packet is passed to the dram controller. I can add orig_vaddr to the Packet or Request class. Thanks. Best Regards, Ahmad
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
