[gem5-users] Re: Interactive simulation with statistics per executable

2023-01-30 Thread Ayaz Akram via gem5-users
Hi Sebastian, I use [2] as starting point but I can’t change workloads in the python > script and rerun the simulation because this would simulate another system > instead of simulating another executable in the same system. Going to python script should not simulate another system, rather once

[gem5-users] Re: gem5 always adds PCID to vaddr to lookup TLB

2023-01-30 Thread Ayaz Akram via gem5-users
Hi Soramichi, We recently added the concatenation change to distinguish TLB entries of different processes to make SMT work. You can check more details here: https://gem5.atlassian.net/browse/GEM5-332 I am not sure what the behavior should be for global pages. From some discussion here:

[gem5-users] Interactive simulation with statistics per executable

2023-01-30 Thread Sebastian Weber via gem5-users
Hello, I am trying to use the current version of gem5 in full system mode interactively (--interactive) to be able to dump or reset statistics while connecting to the simulated console with m5term [1] (--listener-mode) to trigger the execution of executables. The goal is using gem5 in a