ARM: Add snoop control unit device.

This commit is contained in:
Ali Saidi
2011-05-04 20:38:27 -05:00
parent afd08879d7
commit 5f73d4ac97
4 changed files with 193 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ Import('*')
if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'arm':
SimObject('RealView.py')
Source('a9scu.cc')
Source('amba_device.cc')
Source('amba_fake.cc')
Source('gic.cc')