gem5/configs/common
Andreas Hansson 68fdccb30b ruby: Fix regressions and make Ruby configs Python packages
This patch moves the addition of network options into the Ruby module
to avoid the regressions all having to add it explicitly. Doing this
exposes an issue in our current config system though, namely the fact
that addtoPath is relative to the Python script being executed. Since
both example and regression scripts use the Ruby module we would end
up with two different (relative) paths being added. Instead we take a
first step at turning the config modules into Python packages, simply
by adding a __init__.py in the configs/ruby, configs/topologies and
configs/network subdirectories.

As a result, we can now add the top-level configs directory to the
Python search path, and then use the package names in the various
modules. The example scripts are also updated, and the messy
path-deducing variations in the scripts are unified.
2016-10-13 03:17:19 -04:00
..
__init__.py ruby: Fix regressions and make Ruby configs Python packages 2016-10-13 03:17:19 -04:00
Benchmarks.py config: Specify OS type and release on command line 2015-03-19 04:06:14 -04:00
CacheConfig.py mem: Add snoop filter to SystemXBar by default 2016-08-12 14:11:45 +01:00
Caches.py mem: Deduce if cache should forward snoops 2016-02-10 04:08:24 -05:00
cpu2000.py arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
CpuConfig.py config: Enable elastic trace capture and replay in se/fs 2015-12-07 16:42:16 -06:00
FSConfig.py arm, config: Exit with fatal error if using Ruby 2016-08-10 16:40:14 +01:00
GPUTLBConfig.py gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00
GPUTLBOptions.py gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00
HMC.py mem: different HMC configuration 2016-07-01 09:45:21 -05:00
MemConfig.py mem: different HMC configuration 2016-07-01 09:45:21 -05:00
O3_ARM_v7a.py mem: Deduce if cache should forward snoops 2016-02-10 04:08:24 -05:00
Options.py config: move dist-gem5 options to common config 2016-09-13 23:16:06 -04:00
PlatformConfig.py dev, arm: Add a platform with support for both aarch32 and aarch64 2016-01-15 11:30:13 +00:00
SimpleOpts.py config: Add configs scripts used in Learning gem5 2015-09-16 09:35:36 -05:00
Simulation.py style: remove trailing whitespace 2016-02-06 17:21:18 -08:00
SysPaths.py config: expand '~' and '~user' in paths 2015-03-23 16:14:19 -07:00