SConscript (13685:bb3377c81303) | SConscript (13957:25e9c77a8a99) |
---|---|
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 --- 25 unchanged lines hidden (view full) --- 34 Return() 35 36SimObject('BranchPredictor.py') 37 38DebugFlag('Indirect') 39Source('bpred_unit.cc') 40Source('2bit_local.cc') 41Source('btb.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 --- 25 unchanged lines hidden (view full) --- 34 Return() 35 36SimObject('BranchPredictor.py') 37 38DebugFlag('Indirect') 39Source('bpred_unit.cc') 40Source('2bit_local.cc') 41Source('btb.cc') |
42Source('simple_indirect.cc') |
|
42Source('indirect.cc') 43Source('ras.cc') 44Source('tournament.cc') 45Source ('bi_mode.cc') 46Source('tage_base.cc') 47Source('tage.cc') 48Source('loop_predictor.cc') 49Source('ltage.cc') 50Source('statistical_corrector.cc') 51Source('tage_sc_l.cc') 52Source('tage_sc_l_8KB.cc') 53Source('tage_sc_l_64KB.cc') 54DebugFlag('FreeList') 55DebugFlag('Branch') 56DebugFlag('Tage') 57DebugFlag('LTage') 58DebugFlag('TageSCL') | 43Source('indirect.cc') 44Source('ras.cc') 45Source('tournament.cc') 46Source ('bi_mode.cc') 47Source('tage_base.cc') 48Source('tage.cc') 49Source('loop_predictor.cc') 50Source('ltage.cc') 51Source('statistical_corrector.cc') 52Source('tage_sc_l.cc') 53Source('tage_sc_l_8KB.cc') 54Source('tage_sc_l_64KB.cc') 55DebugFlag('FreeList') 56DebugFlag('Branch') 57DebugFlag('Tage') 58DebugFlag('LTage') 59DebugFlag('TageSCL') |