SConscript (11784:00fd5dce5e7e) SConscript (13454:19a5b4fb1f1f)
1# -*- mode:python -*-
2
3# Copyright (c) 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

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

38DebugFlag('Indirect')
39Source('bpred_unit.cc')
40Source('2bit_local.cc')
41Source('btb.cc')
42Source('indirect.cc')
43Source('ras.cc')
44Source('tournament.cc')
45Source ('bi_mode.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 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

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

38DebugFlag('Indirect')
39Source('bpred_unit.cc')
40Source('2bit_local.cc')
41Source('btb.cc')
42Source('indirect.cc')
43Source('ras.cc')
44Source('tournament.cc')
45Source ('bi_mode.cc')
46Source('tage.cc')
46Source('ltage.cc')
47DebugFlag('FreeList')
48DebugFlag('Branch')
47Source('ltage.cc')
48DebugFlag('FreeList')
49DebugFlag('Branch')
50DebugFlag('Tage')
49DebugFlag('LTage')
51DebugFlag('LTage')