Rename cycles() function to ticks()
[gem5.git] / src / dev / SConscript
index 1ec83de4b6cfac30fa81b6dd763b2d5a535caecc..88ebee573192ceb7c5db37a2216b9a97a0418146 100644 (file)
 Import('*')
 
 if env['FULL_SYSTEM']:
+    SimObject('BadDevice.py')
+    SimObject('Device.py')
+    SimObject('DiskImage.py')
+    SimObject('Ethernet.py')
+    SimObject('Ide.py')
+    SimObject('Pci.py')
+    SimObject('Platform.py')
+    SimObject('SimConsole.py')
+    SimObject('SimpleDisk.py')
+    SimObject('Uart.py')
+
     Source('baddev.cc')
     Source('disk_image.cc')
     Source('etherbus.cc')
@@ -39,8 +50,8 @@ if env['FULL_SYSTEM']:
     Source('etherint.cc')
     Source('etherlink.cc')
     Source('etherpkt.cc')
-    Source('ethertap.cc')      
-    #Source('i8254xGBe.cc')
+    Source('ethertap.cc')
+    Source('i8254xGBe.cc')
     Source('ide_ctrl.cc')
     Source('ide_disk.cc')
     Source('io_device.cc')
@@ -52,6 +63,6 @@ if env['FULL_SYSTEM']:
     Source('platform.cc')
     Source('simconsole.cc')
     Source('simple_disk.cc')
-    #Source('sinic.cc')
+    Source('sinic.cc')
     Source('uart.cc')
     Source('uart8250.cc')