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:
committed by
Giacomo Travaglini
parent
4c071c4e0d
commit
e4c1fc318a
6
build_opts/ARM_MESI_Three_Level
Normal file
6
build_opts/ARM_MESI_Three_Level
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2019 ARM Limited
|
||||
# All rights reserved.
|
||||
|
||||
TARGET_ISA = 'arm'
|
||||
CPU_MODELS = 'TimingSimpleCPU, O3CPU'
|
||||
PROTOCOL = 'MESI_Three_Level'
|
||||
6
build_opts/ARM_MOESI_hammer
Normal file
6
build_opts/ARM_MOESI_hammer
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2019 ARM Limited
|
||||
# All rights reserved.
|
||||
|
||||
TARGET_ISA = 'arm'
|
||||
CPU_MODELS = 'TimingSimpleCPU, O3CPU'
|
||||
PROTOCOL = 'MOESI_hammer'
|
||||
Reference in New Issue
Block a user