ARM: Add VExpress_E support with PCIe to gem5
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user