SConscript (9447:156f74caf0d4) | SConscript (9674:d35bd171cf2a) |
---|---|
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 --- 309 unchanged lines hidden (view full) --- 318 'realview-o3-dual', 319 'realview-switcheroo-atomic', 320 'realview-switcheroo-timing', 321 'realview-switcheroo-o3', 322 'realview-switcheroo-full'] 323if env['TARGET_ISA'] == 'x86': 324 configs += ['pc-simple-atomic', 325 'pc-simple-timing', | 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 --- 309 unchanged lines hidden (view full) --- 318 'realview-o3-dual', 319 'realview-switcheroo-atomic', 320 'realview-switcheroo-timing', 321 'realview-switcheroo-o3', 322 'realview-switcheroo-full'] 323if env['TARGET_ISA'] == 'x86': 324 configs += ['pc-simple-atomic', 325 'pc-simple-timing', |
326 'pc-o3-timing'] | 326 'pc-o3-timing', 327 'pc-switcheroo-full'] |
327 328configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 329 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp', 330 'inorder-timing', 'rubytest', 'tgen-simple-mem', 331 'tgen-simple-dram'] 332 333if env['PROTOCOL'] != 'None': 334 if env['PROTOCOL'] == 'MI_example': --- 12 unchanged lines hidden --- | 328 329configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 330 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp', 331 'inorder-timing', 'rubytest', 'tgen-simple-mem', 332 'tgen-simple-dram'] 333 334if env['PROTOCOL'] != 'None': 335 if env['PROTOCOL'] == 'MI_example': --- 12 unchanged lines hidden --- |