voltage_domain.cc (11430:bd1c6789c33f) voltage_domain.cc (11523:81332eb10367)
1/*
2 * Copyright (c) 2012-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 114 unchanged lines hidden (view full) ---

123 warn("DVFS: Perf level for voltage domain %s adapted to "\
124 "requested perf levels from source clock domains.\n", name());
125 }
126}
127
128void
129VoltageDomain::regStats()
130{
1/*
2 * Copyright (c) 2012-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 114 unchanged lines hidden (view full) ---

123 warn("DVFS: Perf level for voltage domain %s adapted to "\
124 "requested perf levels from source clock domains.\n", name());
125 }
126}
127
128void
129VoltageDomain::regStats()
130{
131 SimObject::regStats();
132
131 currentVoltage
132 .method(this, &VoltageDomain::voltage)
133 .name(params()->name + ".voltage")
134 .desc("Voltage in Volts")
135 ;
136}
137
138VoltageDomain *

--- 17 unchanged lines hidden ---
133 currentVoltage
134 .method(this, &VoltageDomain::voltage)
135 .name(params()->name + ".voltage")
136 .desc("Voltage in Volts")
137 ;
138}
139
140VoltageDomain *

--- 17 unchanged lines hidden ---