config: Make configs/common a Python package
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 14 Oct 2016 14:37:38 +0000 (10:37 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 14 Oct 2016 14:37:38 +0000 (10:37 -0400)
commit2f5262eb67f0539ab6c07d56eeae1b72f6b6b509
tree1261b4decbb504ce2836b77207466c98d6a327a4
parent824c87634d2d0606f9f62e8a3383c9a056069125
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.
49 files changed:
configs/common/__init__.py
configs/dist/sw.py
configs/dram/lat_mem_rd.py
configs/dram/sweep.py
configs/example/apu_se.py
configs/example/arm/devices.py
configs/example/arm/fs_bigLITTLE.py
configs/example/etrace_replay.py
configs/example/fs.py
configs/example/garnet_synth_traffic.py
configs/example/hmctest.py
configs/example/ruby_direct_test.py
configs/example/ruby_gpu_random_test.py
configs/example/ruby_mem_test.py
configs/example/ruby_random_test.py
configs/example/se.py
configs/learning_gem5/part1/caches.py
configs/learning_gem5/part1/two_level.py
configs/ruby/Ruby.py
configs/splash2/cluster.py
configs/splash2/run.py
tests/configs/alpha_generic.py
tests/configs/arm_generic.py
tests/configs/base_config.py
tests/configs/checkpoint.py
tests/configs/gpu-randomtest-ruby.py
tests/configs/gpu-ruby.py
tests/configs/learning-gem5-p1-two-level.py
tests/configs/memtest-filter.py
tests/configs/memtest-ruby.py
tests/configs/memtest.py
tests/configs/o3-timing-mp-ruby.py
tests/configs/o3-timing-mt.py
tests/configs/o3-timing-ruby.py
tests/configs/o3-timing.py
tests/configs/pc-simple-timing-ruby.py
tests/configs/realview-o3-checker.py
tests/configs/realview-o3-dual.py
tests/configs/realview-o3.py
tests/configs/realview64-o3-checker.py
tests/configs/realview64-o3-dual.py
tests/configs/realview64-o3.py
tests/configs/rubytest-ruby.py
tests/configs/simple-timing-mp-ruby.py
tests/configs/simple-timing-ruby.py
tests/configs/switcheroo.py
tests/configs/t1000-simple-atomic.py
tests/configs/twosys-tsunami-simple-atomic.py
tests/configs/x86_generic.py