Could you tell what architecture this command simulates?

./build/ALPHA_FS/m5.opt configs/example/ruby_fs.py -n 16 --l1i_size=32kB
--l1d_size=32kB --l2_size=32MB --num-l2caches=4 --topology=Crossbar --timing


I think this command simulate a multi-core processor that consists of 4
package. Each package has 4 cores and one L2 cache. Packages are connected
to each other with a Crossbar network. are these true?

Thanks.
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to