summaryrefslogtreecommitdiff
path: root/src/dev/arm/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/SConscript')
-rw-r--r--src/dev/arm/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/arm/SConscript b/src/dev/arm/SConscript
index 1643527a9..c2df3ef51 100644
--- a/src/dev/arm/SConscript
+++ b/src/dev/arm/SConscript
@@ -50,6 +50,8 @@ if env['TARGET_ISA'] == 'arm':
SimObject('EnergyCtrl.py')
SimObject('NoMali.py')
SimObject('VirtIOMMIO.py')
+ if env['USE_ARM_FASTMODEL']:
+ SimObject('VExpressFastmodel.py')
Source('a9scu.cc')
Source('amba_device.cc')