diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2016-10-14 10:37:38 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2016-10-14 10:37:38 -0400 |
commit | 2f5262eb67f0539ab6c07d56eeae1b72f6b6b509 (patch) | |
tree | 1261b4decbb504ce2836b77207466c98d6a327a4 /tests/configs/realview-o3-checker.py | |
parent | 824c87634d2d0606f9f62e8a3383c9a056069125 (diff) | |
download | gem5-2f5262eb67f0539ab6c07d56eeae1b72f6b6b509.tar.xz |
config: Make configs/common a Python package
Continue along the same line as the recent patch that made the
Ruby-related config scripts Python packages and make also the
configs/common directory a package.
All affected config scripts are updated (hopefully).
Note that this change makes it apparent that the current organisation
and naming of the config directory and its subdirectories is rather
chaotic. We mix scripts that are directly invoked with scripts that
merely contain convenience functions. While it is not addressed in
this patch we should follow up with a re-organisation of the
config structure, and renaming of some of the packages.
Diffstat (limited to 'tests/configs/realview-o3-checker.py')
-rw-r--r-- | tests/configs/realview-o3-checker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/realview-o3-checker.py b/tests/configs/realview-o3-checker.py index aa9f53dd1..a2f1c7134 100644 --- a/tests/configs/realview-o3-checker.py +++ b/tests/configs/realview-o3-checker.py @@ -37,7 +37,7 @@ from m5.objects import * from arm_generic import * -from O3_ARM_v7a import O3_ARM_v7a_3 +from common.O3_ARM_v7a import O3_ARM_v7a_3 root = LinuxArmFSSystemUniprocessor(mem_mode='timing', mem_class=DDR3_1600_x64, |