Hello Could you tell me how a L2 cache can be shared between each 2 processors (cores)? Suppose that there are 4 cores and 2 L2 caches. if I run Gem5 as bellow, can I implement the considered architecture?
./build/ALPHA_FS/m5.opt configs/example/ruby_fs.py -n 4 --l1i_size=32kB --l1d_size=32kB --l2_size=512MB --num-l2caches=2 --topology=Crossbar Thanks
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
