[gem5-users] ARM checkpoint restore error

2021-04-02 Thread JeaGeun Jung via gem5-users
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

[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-04-02 Thread Hoa Nguyen via gem5-users
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_

[gem5-users] A question about multi-core simulation and the stats

2021-04-02 Thread Jinpeng Miao via gem5-users
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?