SConscript (11429:cf5af0cc3be4) | SConscript (11433:72b075cdc336) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30 31Import('*') 32 33if env['TARGET_ISA'] == 'null': 34 Return() 35 36SimObject('BranchPredictor.py') 37 | 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 --- 21 unchanged lines hidden (view full) --- 30 31Import('*') 32 33if env['TARGET_ISA'] == 'null': 34 Return() 35 36SimObject('BranchPredictor.py') 37 |
38DebugFlag('Indirect') |
|
38Source('bpred_unit.cc') 39Source('2bit_local.cc') 40Source('btb.cc') | 39Source('bpred_unit.cc') 40Source('2bit_local.cc') 41Source('btb.cc') |
42Source('indirect.cc') |
|
41Source('ras.cc') 42Source('tournament.cc') 43Source ('bi_mode.cc') 44DebugFlag('FreeList') 45DebugFlag('Branch') 46DebugFlag('LTage') | 43Source('ras.cc') 44Source('tournament.cc') 45Source ('bi_mode.cc') 46DebugFlag('FreeList') 47DebugFlag('Branch') 48DebugFlag('LTage') |