gem5/configs/example
Akash Bagdia e7e17f92db power: Add voltage domains to the clock domains
This patch adds the notion of voltage domains, and groups clock
domains that operate under the same voltage (i.e. power supply) into
domains. Each clock domain is required to be associated with a voltage
domain, and the latter requires the voltage to be explicitly set.

A voltage domain is an independently controllable voltage supply being
provided to section of the design. Thus, if you wish to perform
dynamic voltage scaling on a CPU, its clock domain should be
associated with a separate voltage domain.

The current implementation of the voltage domain does not take into
consideration cases where there are derived voltage domains running at
ratio of native voltage domains, as with the case where there can be
on-chip buck/boost (charge pumps) voltage regulation logic.

The regression and configuration scripts are updated with a generic
voltage domain for the system, and one for the CPUs.
2013-08-19 03:52:28 -04:00
..
fs.py power: Add voltage domains to the clock domains 2013-08-19 03:52:28 -04:00
memtest.py config: Update script to set cache line size on system 2013-07-18 08:31:19 -04:00
ruby_direct_test.py sim: Add the notion of clock domains to all ClockedObjects 2013-06-27 05:49:49 -04:00
ruby_fs.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
ruby_mem_test.py sim: Add the notion of clock domains to all ClockedObjects 2013-06-27 05:49:49 -04:00
ruby_network_test.py sim: Add the notion of clock domains to all ClockedObjects 2013-06-27 05:49:49 -04:00
ruby_random_test.py sim: Add the notion of clock domains to all ClockedObjects 2013-06-27 05:49:49 -04:00
se.py power: Add voltage domains to the clock domains 2013-08-19 03:52:28 -04:00