Background:
my host CPU: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
my host OS: Win10 professional
my Virtual Machine: WSL Ubuntu 20.04
Experiment: fs_power.py ---> demo DVFS
What I have done:
https://www.gem5.org/documentation/learning_gem5/part2/arm_power_modelling/
and https://www.gem5.org
yes, my gem5 version is v21.0.1.0.
And I have modified the files 'configs/example/arm/fs_bigLITTLE.py' and
'configs/example/arm/devices.py' according to the above two posts.
#1 in the devices.py : add the domain_id attribute
self.clk_domain = SrcClockDomain(clock=cpu_clock,
Let's say I create two arrays A and B in my program, and these address space is
kept unchanged during the execution of the program. How should I expose the
addresses of these two arrays to gem5 and then profile the access information
of these addresses in the cache of gem5.
Any help would be gr
CPU : Intel
OS: ubuntu-22
gem5: gem5-v23
After I pass the tutorial of **SETTING UP AND USING KVM ON YOUR MACHINE** and
that is to say that kvmCPU works in FS mode!\
\
But when I try to run an multithreaded program with openmp in se mode using
KVMCPU, it throw an error like this:
> src/cpu/kvm