diff options
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/ALPHA_MESI_Two_Level (renamed from build_opts/ALPHA_MESI_CMP_directory) | 2 | ||||
-rw-r--r-- | build_opts/X86_MESI_Two_Level (renamed from build_opts/X86_MESI_CMP_directory) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build_opts/ALPHA_MESI_CMP_directory b/build_opts/ALPHA_MESI_Two_Level index 32eeb0d11..e391f1fad 100644 --- a/build_opts/ALPHA_MESI_CMP_directory +++ b/build_opts/ALPHA_MESI_Two_Level @@ -1,3 +1,3 @@ SS_COMPATIBLE_FP = 1 CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' -PROTOCOL = 'MESI_CMP_directory' +PROTOCOL = 'MESI_Two_Level' diff --git a/build_opts/X86_MESI_CMP_directory b/build_opts/X86_MESI_Two_Level index 882060ec3..fc74d6f01 100644 --- a/build_opts/X86_MESI_CMP_directory +++ b/build_opts/X86_MESI_Two_Level @@ -1,3 +1,3 @@ TARGET_ISA = 'x86' CPU_MODELS = 'TimingSimpleCPU,O3CPU,AtomicSimpleCPU' -PROTOCOL = 'MESI_CMP_directory' +PROTOCOL = 'MESI_Two_Level' |