----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3663/ -----------------------------------------------------------
(Updated Oct. 14, 2016, 11:19 a.m.) Review request for Default. Repository: gem5 Description (updated) ------- Changeset 11681:a9f0fce013bb --------------------------- 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. Diffs (updated) ----- configs/example/ruby_direct_test.py b4d943429dc6 configs/example/ruby_gpu_random_test.py b4d943429dc6 configs/example/ruby_mem_test.py b4d943429dc6 configs/example/ruby_random_test.py b4d943429dc6 configs/example/se.py b4d943429dc6 configs/learning_gem5/part1/caches.py b4d943429dc6 configs/learning_gem5/part1/two_level.py b4d943429dc6 configs/ruby/Ruby.py b4d943429dc6 configs/splash2/cluster.py b4d943429dc6 configs/splash2/run.py b4d943429dc6 tests/configs/alpha_generic.py b4d943429dc6 tests/configs/arm_generic.py b4d943429dc6 tests/configs/base_config.py b4d943429dc6 tests/configs/checkpoint.py b4d943429dc6 tests/configs/gpu-randomtest-ruby.py b4d943429dc6 tests/configs/gpu-ruby.py b4d943429dc6 tests/configs/learning-gem5-p1-two-level.py b4d943429dc6 tests/configs/memtest-filter.py b4d943429dc6 tests/configs/memtest-ruby.py b4d943429dc6 tests/configs/memtest.py b4d943429dc6 tests/configs/o3-timing-mp-ruby.py b4d943429dc6 tests/configs/o3-timing-mt.py b4d943429dc6 tests/configs/o3-timing-ruby.py b4d943429dc6 tests/configs/o3-timing.py b4d943429dc6 tests/configs/pc-simple-timing-ruby.py b4d943429dc6 tests/configs/realview-o3-checker.py b4d943429dc6 tests/configs/realview-o3-dual.py b4d943429dc6 tests/configs/realview-o3.py b4d943429dc6 tests/configs/realview64-o3-checker.py b4d943429dc6 tests/configs/realview64-o3-dual.py b4d943429dc6 tests/configs/realview64-o3.py b4d943429dc6 tests/configs/rubytest-ruby.py b4d943429dc6 tests/configs/simple-timing-mp-ruby.py b4d943429dc6 tests/configs/simple-timing-ruby.py b4d943429dc6 tests/configs/switcheroo.py b4d943429dc6 tests/configs/t1000-simple-atomic.py b4d943429dc6 tests/configs/twosys-tsunami-simple-atomic.py b4d943429dc6 tests/configs/x86_generic.py b4d943429dc6 configs/common/__init__.py b4d943429dc6 configs/dist/sw.py b4d943429dc6 configs/dram/lat_mem_rd.py b4d943429dc6 configs/dram/sweep.py b4d943429dc6 configs/example/apu_se.py b4d943429dc6 configs/example/arm/devices.py b4d943429dc6 configs/example/arm/fs_bigLITTLE.py b4d943429dc6 configs/example/etrace_replay.py b4d943429dc6 configs/example/fs.py b4d943429dc6 configs/example/garnet_synth_traffic.py b4d943429dc6 configs/example/hmctest.py b4d943429dc6 Diff: http://reviews.gem5.org/r/3663/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
