ruby: Set default protocol back to MI_example
This commit is contained in:
parent
4e00cc9900
commit
db2ecbb6b6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ all_protocols = [
|
||||||
'MOESI_hammer',
|
'MOESI_hammer',
|
||||||
]
|
]
|
||||||
|
|
||||||
opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MOESI_CMP_directory',
|
opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MI_example',
|
||||||
all_protocols)
|
all_protocols)
|
||||||
|
|
||||||
sticky_vars.AddVariables(opt)
|
sticky_vars.AddVariables(opt)
|
||||||
|
|
Loading…
Reference in a new issue