mem: Make MemCtrl a ClockedObject
[gem5.git] / src / mem / qos / SConscript
index f8601b68fb46d58f7f6564120249a90ae513f5bd..1d90f9ce870a7cb374c09cca75565b4424b0215a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2018 ARM Limited
+# Copyright (c) 2018-2020 ARM Limited
 # All rights reserved
 #
 # The license below extends only to copyright in the software and shall
@@ -37,6 +37,7 @@ Import('*')
 
 SimObject('QoSMemCtrl.py')
 SimObject('QoSMemSinkCtrl.py')
+SimObject('QoSMemSinkInterface.py')
 SimObject('QoSPolicy.py')
 SimObject('QoSTurnaround.py')