[gem5-users] DVFS and energy controllers

2014-12-05 Thread Guru Prasad via gem5-users
Hi, I followed the sample code provided in commit 6bbb7ae309 to set up DVFS. This got rid of the warning in Gem5 warn: Existing EnergyCtrl, but no enabled DVFSHandler found. However, the kernel still reports saying [0.366079] gem5_energy_ctrl_mc: gem5_mc_init: No energy controller found Is

Re: [gem5-users] DVFS and energy controllers

2014-12-05 Thread Guru Prasad via gem5-users
Just to follow up, I modified config/example/fs.py to contain the following test_sys.cpu_clk_domain = SrcClockDomain() test_sys.cpu_clk_domain.clock = ['1GHz','700MHz','400MHz','230MHz'] test_sys.cpu_clk_domain.domain_id = 0 test_sys.cpu_clk_domain.voltage_domain =

Re: [gem5-users] DVFS and energy controllers

2014-12-05 Thread Stephan Diestelhorst via gem5-users
Hi Guru, On Friday 05 December 2014 16:42:52 Guru Prasad via gem5-users wrote: I followed the sample code provided in commit 6bbb7ae309 to set up DVFS. Great! This got rid of the warning in Gem5 warn: Existing EnergyCtrl, but no enabled DVFSHandler found. However, the kernel still reports

Re: [gem5-users] DVFS and energy controllers

2014-12-05 Thread Guru Prasad via gem5-users
Stephan, Thanks. It works perfectly. Apologize for missing it in the documentation. Regards Guru On Fri, Dec 5, 2014 at 11:55 AM, Stephan Diestelhorst via gem5-users gem5-users@gem5.org wrote: Hi Guru, On Friday 05 December 2014 16:42:52 Guru Prasad via gem5-users wrote: I followed