[gem5-users] x86KvmCPU doesn't work in SE mode?

2024-01-17 Thread wanli990802--- via gem5-users
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

[gem5-users] How to Profiling Memory Access for Specific Malloc Data Structure In gem5?

2024-01-11 Thread wanli990802--- via gem5-users
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

[gem5-users] Re: Why doesn't my DVFS work?

2021-08-09 Thread wanli990802--- via gem5-users
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,

[gem5-users] Why doesn't my DVFS work?

2021-08-08 Thread wanli990802--- via gem5-users
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