gem5/configs
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
..
boot rcs scripts: remove bbench.rcS 2013-04-02 12:46:49 -04:00
common ruby: Fix regressions and make Ruby configs Python packages 2016-10-13 03:17:19 -04:00
dist dist: config file for distributed switch 2016-04-14 14:07:42 -04:00
dram config: Fix lat_mem_rd example script 2016-10-04 15:44:52 +01:00
example ruby: Fix regressions and make Ruby configs Python packages 2016-10-13 03:17:19 -04:00
learning_gem5 config: Fix 'learning gem5' configs after SMT push 2015-10-01 04:07:15 -04:00
network ruby: Fix regressions and make Ruby configs Python packages 2016-10-13 03:17:19 -04:00
ruby ruby: Fix regressions and make Ruby configs Python packages 2016-10-13 03:17:19 -04:00
splash2 mem: Add explicit Cache subclass and make BaseCache abstract 2015-08-21 07:03:23 -04:00
topologies ruby: Fix regressions and make Ruby configs Python packages 2016-10-13 03:17:19 -04:00