[gem5-users] Time resolution in FS mode

2022-08-09 Thread Majid Jalili
Hi, In Tailbench, the function clock_gettime is called to associate timestamps to each request ( Tailbench request not gem5 memory request) in order to calculate P95 at the end of the simulation. The problem I am facing is that this function does not provide a high resolution, so I have many reques

[gem5-users] A stupid question with SConstruct

2022-08-09 Thread Peng, Ziyang
Hi all, I used default SConstruct file to build gem5 before. It works well. But when I try to modify it(e.g. change "-std=c++17" to "-std=c++20"), a confusing error happened. It told me that "Error: Can't find a working Python installation". The command I used and the out put as follows: $ > /u

[gem5-users] Configure TLB for FS Simulation

2022-08-09 Thread Abdelrahman S. Hussein
Hello, I am running an x86 Full System Simulation. Looking at the fs.py arguments, I could not find any argument that can let me configure the TLB specifications for my simulation. So, I was wondering if someone would guide me, please, on how to configure it. I took a look at the different related