summaryrefslogtreecommitdiff
path: root/src/arch/arm/ArmSystem.py
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2011-08-19 15:08:08 -0500
committerAli Saidi <Ali.Saidi@ARM.com>2011-08-19 15:08:08 -0500
commit2fd2b44b86c3d40e76f1e1641001074230208b3f (patch)
tree217bb533cd4bb5773fdb05e19146be8894ad65ff /src/arch/arm/ArmSystem.py
parentd2a0a2ec2202eb8fa04ddd3e359c1c9dc7f04cb1 (diff)
downloadgem5-2fd2b44b86c3d40e76f1e1641001074230208b3f.tar.xz
ARM: Add VExpress_E support with PCIe to gem5
Diffstat (limited to 'src/arch/arm/ArmSystem.py')
-rw-r--r--src/arch/arm/ArmSystem.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/arm/ArmSystem.py b/src/arch/arm/ArmSystem.py
index 495211248..a603567d3 100644
--- a/src/arch/arm/ArmSystem.py
+++ b/src/arch/arm/ArmSystem.py
@@ -42,7 +42,8 @@ from System import System
class ArmMachineType(Enum):
map = {'RealView_EB' : 827,
'RealView_PBX' : 1901,
- 'VersatileExpress' : 2272}
+ 'VExpress_ELT' : 2272,
+ 'VExpress_CA9' : 2272}
class ArmSystem(System):
type = 'ArmSystem'