Hi all, I used this command in gem5: *build/X86/gem5.opt configs/example/se.py --cpu-type=detailed --num-cpus=2 --clock=1.8GHz --caches --l2cache --l1d_size=32kB --l1i_size=32kB --l2_size=2MB --l3_size=16MB --l1d_assoc=2 --l1i_assoc=2 --l2_assoc=8 --l3_assoc=16 --cacheline_size=64 -c /home/alshamlan/Documents/different_prograing_languages/test_hello_pthread *
Then I look at the stats.txt and config.ini, but unfortunately I didn't find any information on L3 whatsoever!! So, I start reading se.py, CacheConfig.py, and Caches.py, also I didn't find any information about L3. The only place that I could find about L3 is in Option.py. So, please could someone tells me how to use L3 in gem5, and thanks in advance. I mean, where I can find a python function deals with L3? -- Best Regards, Mohammad Alshamlan FIU Panther ID: 3485580
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
