[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 \ ./configs/exam

[gem5-users] Use xbar stat in BaseCPU

2021-10-21 Thread Victor Kariofillis via gem5-users
Hi, I have created a new stat of type Formula in the xbar.cc/hh files. There I aggregate all the different transDist types. I'd like to use this newly created stat to compute another stat in the BaseCPU object. What is the best way to have access to it (i.e., allTransactions stat) from BaseCPU? Is

[gem5-users] MOESI_AMD_Base-CorePair.sm and MOESI_AMD_Base-dir.sm Correctness Check

2021-10-21 Thread Sampad Mohapatra via gem5-users
Hello All, I was looking at the MOESI_AMD_Base-CorePair.sm and MOESI_AMD_Base-dir.sm and am not quite sure if the following sequence of events are correct or not. Can you please verify? / At CorePair -> invokes action "vd_victim", which sends a data block with outgoing mes