From dc758641c938bb3941bfc1751dc8c3781d99b441 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:20 -0800 Subject: 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. --- src/mem/protocol/SConsopts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mem/protocol') 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'] -- cgit v1.2.3