diff options
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/Platform.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dev/Platform.py b/src/dev/Platform.py index 8a9871b35..b182acfd6 100644 --- a/src/dev/Platform.py +++ b/src/dev/Platform.py @@ -34,3 +34,7 @@ class Platform(SimObject): abstract = True cxx_header = "dev/platform.hh" intrctrl = Param.IntrControl(Parent.any, "interrupt controller") + + # for platforms using device trees to set properties of CPU nodes + def annotateCpuDeviceNode(self, cpu, state): + pass |