SConscript (10260:384d554cea8c) SConscript (10350:35241e33c38f)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 293 unchanged lines hidden (view full) ---

302if env['TARGET_ISA'] == 'alpha':
303 configs += ['tsunami-simple-atomic',
304 'tsunami-simple-timing',
305 'tsunami-simple-atomic-dual',
306 'tsunami-simple-timing-dual',
307 'twosys-tsunami-simple-atomic',
308 'tsunami-o3', 'tsunami-o3-dual',
309 'tsunami-minor', 'tsunami-minor-dual',
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 293 unchanged lines hidden (view full) ---

302if env['TARGET_ISA'] == 'alpha':
303 configs += ['tsunami-simple-atomic',
304 'tsunami-simple-timing',
305 'tsunami-simple-atomic-dual',
306 'tsunami-simple-timing-dual',
307 'twosys-tsunami-simple-atomic',
308 'tsunami-o3', 'tsunami-o3-dual',
309 'tsunami-minor', 'tsunami-minor-dual',
310 'tsunami-inorder',
311 'tsunami-switcheroo-full']
312if env['TARGET_ISA'] == 'sparc':
313 configs += ['t1000-simple-atomic',
314 't1000-simple-timing']
315if env['TARGET_ISA'] == 'arm':
316 configs += ['simple-atomic-dummychecker',
317 'o3-timing-checker',
318 'realview-simple-atomic',

--- 39 unchanged lines hidden ---
310 'tsunami-switcheroo-full']
311if env['TARGET_ISA'] == 'sparc':
312 configs += ['t1000-simple-atomic',
313 't1000-simple-timing']
314if env['TARGET_ISA'] == 'arm':
315 configs += ['simple-atomic-dummychecker',
316 'o3-timing-checker',
317 'realview-simple-atomic',

--- 39 unchanged lines hidden ---