[gem5-users] DVFS in vanilla linux kernels

2021-10-21 Thread Carlos Andres Lara Niño via gem5-users
Hi all, I've been toying with the DVFS example in https://www.gem5.org/documentation/learning_gem5/part2/arm_dvfs_support/ with a v21 distro of GEM5. I got it working despite some small version variations... This is the command I use to launch the simulation: ./build/ARM/gem5.opt \

[gem5-users] --machine-type=VExpress_EMM causing ports collision

2021-10-05 Thread Carlos Andres Lara Niño via gem5-users
Hello, I'm trying to learn gem5 and have been following the guide to the point where I can specify different characteristics of the system using the fs.py file. However, when I try the configuration build/ARM/gem5.opt \ configs/example/fs.py \ --cpu-type=TimingSimpleCPU \ --num-cpus=2 \ --caches