Hi all,
Thanks for the help, now I could create checkpoints. Now, I have a problem
at restore with simpoint checkpoints in ARM FS. I use ARM kvm cpu to make a
checkpoint. Then, I restore checkpoint using the command below.
./build/ARM/gem5.opt configs/example/fs.py --kernel
/data/gem5_image/vml
Hi all,
This pull request (https://github.com/takekoputa/gem5/pull/2/files)
contains an example of how to add DRAMsim3 to the
configs/common/MemConfigs.py file. Please replace the hardcoded path
to an .ini with a path in your system.
There were mem_ranges having overlapping ranges because
create_
Hello all,
I have a question about the stats when I run multi-core simulation with gem5.
For example, if I run a 4-thread script in a 4 ARM OoO core environment, after
simulation, I found only 3 cores have stats in the stats file, which I guess
that only 3 cores got used. Does anyone know why?