gem5 v24.0.0.0
|
The energy controller is a device being used to manage power and energy related control operations within the system. More...
Go to the source code of this file.
Classes | |
class | gem5::EnergyCtrl |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
The energy controller is a device being used to manage power and energy related control operations within the system.
It provides the necessary software interface to the kernel. The kernel will require gem5 specific drivers to access this device.
Tasks handled by the controller are: a) Dynamic voltage and frequency scaling control operations
Note that the registers defined do not resemble any specific controller device in real hardware. They are currently design to accomodate the gem5 system requirements.
Definition in file energy_ctrl.hh.