power: Avoid forward declarations that confuse wrappers
Review Request #3822 - Created Feb. 21, 2017 and discarded
Information | |
---|---|
Andreas Sandberg | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11876:0e18f230c540 --------------------------- power: Avoid forward declarations that confuse wrappers The Python wrappers get confused by the forward declarations in the power framework. This changeset restructures the code slightly to avoid the troublesome forward declarations. Change-Id: Id8c93224f1988edb5fdf9d3abc6237f2f688c02d Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Andreas Hansson <andreas.hansson@arm.com> Reviewed-by: Curtis Dunham <curtis.dunham@arm.com> Reviewed-by: Sascha Bischoff <sascha.bischoff@arm.com>
Posted (Feb. 21, 2017, 11:22 a.m.)
Why the name change ThermalNode -> thermal_entity? Wouldn't it be more clear to call the new files "thermal_node.\*"?