[gem5-users] problem about system membus

2019-07-17 Thread
Hi all, I have some questions about membus of the system 1.where is definition of system.membus?I have found System.py in gem5/src/system.py.But I haven't found definition of membus there.Besides,what file contains information about how to use membus? 2.For SystemXBar() which instantiates

[gem5-users] simulate() limit problem when I'm running openmp benchmarks on gem5

2019-05-16 Thread
Hi all, I have compiled openmp benchmarks using m5threads. command lines are as follow: "./build/X86/gem5.opt configs/example/se.py -n 4 -c ../m5threads/tests/test_omp -o '2 2' --caches --l2cache --l1d_size=128kB --l1i_size=128kB --l2_size=1MB --l1d_assoc=2 --l1i_assoc=2 --l2_assoc=1