SConscript (13626:d6a6358aa6db) | SConscript (13627:ec1395943cd2) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40Source('2bit_local.cc') 41Source('btb.cc') 42Source('indirect.cc') 43Source('ras.cc') 44Source('tournament.cc') 45Source ('bi_mode.cc') 46Source('tage_base.cc') 47Source('tage.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 --- 31 unchanged lines hidden (view full) --- 40Source('2bit_local.cc') 41Source('btb.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') |
|
48Source('ltage.cc') 49DebugFlag('FreeList') 50DebugFlag('Branch') 51DebugFlag('Tage') 52DebugFlag('LTage') | 49Source('ltage.cc') 50DebugFlag('FreeList') 51DebugFlag('Branch') 52DebugFlag('Tage') 53DebugFlag('LTage') |