misc: add Arm build_opts for MESI_Three_Level and MOESI_hammer

Change-Id: I0d1c5671efdd3cb2041805ab615cdff76d3a5e8a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24254
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
Timothy Hayes
2019-10-18 15:02:20 +01:00
committed by Giacomo Travaglini
parent 4c071c4e0d
commit e4c1fc318a
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Copyright (c) 2019 ARM Limited
# All rights reserved.
TARGET_ISA = 'arm'
CPU_MODELS = 'TimingSimpleCPU, O3CPU'
PROTOCOL = 'MESI_Three_Level'

View File

@@ -0,0 +1,6 @@
# Copyright (c) 2019 ARM Limited
# All rights reserved.
TARGET_ISA = 'arm'
CPU_MODELS = 'TimingSimpleCPU, O3CPU'
PROTOCOL = 'MOESI_hammer'