SConsopts (4202:f7a05daec670) SConsopts (5863:f73e06bc8765)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

28#
29# Authors: Nathan Binkert
30
31Import('*')
32
33all_isa_list.append('alpha')
34
35# Alpha can be compiled with Turbolaser support instead of Tsunami
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

28#
29# Authors: Nathan Binkert
30
31Import('*')
32
33all_isa_list.append('alpha')
34
35# Alpha can be compiled with Turbolaser support instead of Tsunami
36sticky_opts.Add(BoolOption('ALPHA_TLASER',
36sticky_vars.Add(BoolVariable('ALPHA_TLASER',
37 'Model Alpha TurboLaser platform (vs. Tsunami)', False))
37 'Model Alpha TurboLaser platform (vs. Tsunami)', False))