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 = VoltageDomain(voltage =
['1V','0.95V','0.90V','0.85V'])
    test_sys.dvfs_handler.domains = [test_sys.cpu_clk_domain]
    test_sys.dvfs_handler.enable = True


On Fri, Dec 5, 2014 at 11:42 AM, Guru Prasad <gurup...@buffalo.edu> wrote:

> 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 there any documentation available on how to get DVFS working and
> perhaps the cpufreq module working?
>
> Regards
> Guru
>
>
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to