Hi all, I'm pretty new to gem5 so please excuse any dumb questions/mistakes.
So, I've wanted to instantiate a new level 1 cache along with the Instruction cache and Data cache (for arm_detailed 03). I have introduced it in the necessary config files (Caches.py, Cacheconfig.py, O3_ARM_v7a.py etc) and also the files in the cpu like BaseCPU.py, base.hh, base.cc , in the checker etc.. I can see the third cache in the .svg and .pdf file that is generated and there are also a few snoop calls etc to it. However, I don't really know what to do to transfer data to it. I want to model it as a secondary level 1 data cache. How do I get data to go through it and where can I modify the files for this? Any help would be much appreciated. Thanks and Regards, Noah _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
