Hi, all
I want to execute some functions that print out all the contents in the cache at the end of simulation. I have executed it after certain number of instructions are committed. That was easy because I can receive committed instructions using <BaseCPU::numSimulatedInsts();> But I want to execute it at the very end of the simulation. I tried it adding that function in destructor of cache but it doesn’t work. Please help me. Youngil Kim Master’s student. Embedded and Network Computings Laboratory Department of Electronics and Computer Engineering Hanyang University Room 515, R&D Building 17 Haengdang-Dong, Sungdong-Gu Seoul, KOREA, 133-791 Cell: +82-10-9885-7140 Tel: +82-2-2220-4987 Fax: +82-2-2220-4987 [email protected] http://enc.hanyang.ac.kr <http://enc.hanyang.ac.kr/>
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
