tests: Fix path for module imports in ARM system configs again
authorCurtis Dunham <Curtis.Dunham@arm.com>
Wed, 27 Sep 2017 22:25:54 +0000 (17:25 -0500)
committerCurtis Dunham <curtis.dunham@arm.com>
Thu, 5 Oct 2017 19:40:40 +0000 (19:40 +0000)
One configuration was missed in
 "tests: Fix path for module imports in ARM system configs",
which this changeset remedies.

Change-Id: I705e64298a8251dcfefbdca927d61c9bbb8bbea7
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/4940
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>

tests/configs/realview-o3.py

index 6d5752f9bfff8e946a9b4d8648de02e3e1f9fc7e..7212731bde44fbfdb8a7a61f4d3a9a98adc2bd85 100644 (file)
@@ -37,7 +37,7 @@
 
 from m5.objects import *
 from arm_generic import *
-from common.O3_ARM_v7a import O3_ARM_v7a_3
+from common.cores.arm.O3_ARM_v7a import O3_ARM_v7a_3
 
 root = LinuxArmFSSystemUniprocessor(mem_mode='timing',
                                     mem_class=DDR3_1600_8x8,