SConscript (8150:d062791aad69) | SConscript (8397:7cd61d925338) |
---|---|
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 --- 256 unchanged lines hidden (view full) --- 265configs = [] 266if env['FULL_SYSTEM']: 267 if env['TARGET_ISA'] == 'alpha': 268 configs += ['tsunami-simple-atomic', 269 'tsunami-simple-timing', 270 'tsunami-simple-atomic-dual', 271 'tsunami-simple-timing-dual', 272 'twosys-tsunami-simple-atomic', | 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 --- 256 unchanged lines hidden (view full) --- 265configs = [] 266if env['FULL_SYSTEM']: 267 if env['TARGET_ISA'] == 'alpha': 268 configs += ['tsunami-simple-atomic', 269 'tsunami-simple-timing', 270 'tsunami-simple-atomic-dual', 271 'tsunami-simple-timing-dual', 272 'twosys-tsunami-simple-atomic', |
273 'tsunami-o3', 'tsunami-o3-dual'] | 273 'tsunami-o3', 'tsunami-o3-dual', 274 'tsunami-inorder'] |
274 if env['TARGET_ISA'] == 'sparc': 275 configs += ['t1000-simple-atomic', 276 't1000-simple-timing'] 277 if env['TARGET_ISA'] == 'arm': 278 configs += ['realview-simple-atomic', 279 'realview-simple-timing', 280 'realview-o3'] 281 if env['TARGET_ISA'] == 'x86': --- 32 unchanged lines hidden --- | 275 if env['TARGET_ISA'] == 'sparc': 276 configs += ['t1000-simple-atomic', 277 't1000-simple-timing'] 278 if env['TARGET_ISA'] == 'arm': 279 configs += ['realview-simple-atomic', 280 'realview-simple-timing', 281 'realview-o3'] 282 if env['TARGET_ISA'] == 'x86': --- 32 unchanged lines hidden --- |