Hello everyone, I am running gem5 with the following command:
./build/X86/gem5.opt --debug-flags=CacheRepl,Cache --debug-file=debug.trace.out configs/example/fs.py -n 2 --script=~/gem5/boot_scripts/runSplash.rcS --caches --l2cache --l1d_size=32kB --l1i_size=32kB --l2_size=4096kB --l1i_assoc=4 --l1d_assoc=8 --cacheline_size=64 --kernel=x86_64-vmlinux-2.6.22.9.smp but when the simulation starts these lines get printed when starting both cpus: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 1024K (64 bytes/line) this shows that the cache sizes for either one is not what I specified earlier, but they aren't the default values either. Can someone help me by explaining what is going on? Thanks a lot for your time, Mohammad
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
