diff options
Diffstat (limited to 'build_opts/X86_MESI_Two_Level')
-rw-r--r-- | build_opts/X86_MESI_Two_Level | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_opts/X86_MESI_Two_Level b/build_opts/X86_MESI_Two_Level index fc74d6f01..eba850b33 100644 --- a/build_opts/X86_MESI_Two_Level +++ b/build_opts/X86_MESI_Two_Level @@ -1,3 +1,4 @@ TARGET_ISA = 'x86' CPU_MODELS = 'TimingSimpleCPU,O3CPU,AtomicSimpleCPU' PROTOCOL = 'MESI_Two_Level' +NUMBER_BITS_PER_SET = '128' |