diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-02-01 11:07:38 -0800 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-02-01 11:07:38 -0800 |
commit | db2ecbb6b6eb8d5126c5f13b8a3af5d792487279 (patch) | |
tree | fc57021c803db7d65ddff404e57184a6254c6f9c | |
parent | 4e00cc9900ec4f61899ee5be0c5b3827487e91f5 (diff) | |
download | gem5-db2ecbb6b6eb8d5126c5f13b8a3af5d792487279.tar.xz |
ruby: Set default protocol back to MI_example
-rw-r--r-- | src/mem/protocol/SConsopts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/SConsopts b/src/mem/protocol/SConsopts index 222e8d802..6e4cab248 100644 --- a/src/mem/protocol/SConsopts +++ b/src/mem/protocol/SConsopts @@ -50,7 +50,7 @@ all_protocols = [ 'MOESI_hammer', ] -opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MOESI_CMP_directory', +opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MI_example', all_protocols) sticky_vars.AddVariables(opt) |