[gem5-users] CHI - measure of the snoop traffic

2022-04-14 Thread Javed Osmany via gem5-users
Hello I am modelling a Ruby based CHI multicore, 3-cluster system with two different configs. In one config, all the cluster CPUs have a private L2$ and in the other config, for two clusters, the CPUs share an L2$. I wanted to check the snoop out traffic at the L2$ controller and the HNCache

[gem5-users] Re: Multi-thread simulation support in gem5

2022-04-14 Thread njuwulizhou--- via gem5-users
Hi Fu, That's very helpful. Thanks a lot. Best regards, Peter ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Network simulation

2022-04-14 Thread Osoko, Emmanuel Ayodeji via gem5-users
Hi Please how can I go about simulating a network where I can measure the latency of accessing data from the private caches and the interconnect? ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to

[gem5-users] Maximum Memory Bandwidth for CPU

2022-04-14 Thread Zehan Gao via gem5-users
Hi, I am working a project that need to measure the maximum memory bandwidth that can achieved for CPUs. I’m using the following parameters to start simulation: ./build/ARM/gem5.fast ./configs/example/fs.py --kernel=vmlinux --dtb-file=armv8_gem5_v1_4cpu.dtb