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
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
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