diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-01-29 20:29:20 -0800 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-01-29 20:29:20 -0800 |
commit | dc758641c938bb3941bfc1751dc8c3781d99b441 (patch) | |
tree | cdd4f9dfe8948e1e444d50b83cdf110d49b60b2a /src/mem/protocol | |
parent | e735ca7c7705c53c3a862931beb150fdf2a776d3 (diff) | |
download | gem5-dc758641c938bb3941bfc1751dc8c3781d99b441.tar.xz |
ruby: reorganized ruby python configuration
Reorganized ruby python configuration so that protocol and ruby memory system
configuration code can be shared by multiple front-end configuration files
(i.e. memory tester, full system, and hopefully the regression tester). This
code works for memory tester, but have not tested fs mode.
Diffstat (limited to 'src/mem/protocol')
-rw-r--r-- | src/mem/protocol/SConsopts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/protocol/SConsopts b/src/mem/protocol/SConsopts index 10a303681..9c91bca2b 100644 --- a/src/mem/protocol/SConsopts +++ b/src/mem/protocol/SConsopts @@ -54,3 +54,4 @@ opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MOESI_CMP_directo all_protocols) sticky_vars.AddVariables(opt) +export_vars += ['PROTOCOL'] |