diff options
author | Nathan Binkert <nate@binkert.org> | 2009-07-06 15:49:47 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-07-06 15:49:47 -0700 |
commit | 1f6933503d3e0fb088345175cc1cae9610b98ce2 (patch) | |
tree | dfd80aadce2687280c8a145ce536898e927b2f04 /src/mem/protocol/SConsopts | |
parent | 92de70b69aaf3f399a855057b556ed198139e5d8 (diff) | |
download | gem5-1f6933503d3e0fb088345175cc1cae9610b98ce2.tar.xz |
scons: update SCons files for changes in ruby.
Diffstat (limited to 'src/mem/protocol/SConsopts')
-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 6ca93ca06..ded0814d2 100644 --- a/src/mem/protocol/SConsopts +++ b/src/mem/protocol/SConsopts @@ -49,7 +49,7 @@ all_protocols = [ 'MSI_MOSI_CMP_directory', ] -opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MOSI_SMP_bcast', +opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MI_example', all_protocols) sticky_vars.AddVariables(opt) |