From 2fd2b44b86c3d40e76f1e1641001074230208b3f Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 19 Aug 2011 15:08:08 -0500 Subject: ARM: Add VExpress_E support with PCIe to gem5 --- src/arch/arm/ArmSystem.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch/arm/ArmSystem.py') 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' -- cgit v1.2.3