SConscript (10281:c7187ee80868) | SConscript (10785:f56c10663a01) |
---|---|
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) --- 38Source('bpred_unit.cc') 39Source('2bit_local.cc') 40Source('btb.cc') 41Source('ras.cc') 42Source('tournament.cc') 43Source ('bi_mode.cc') 44DebugFlag('FreeList') 45DebugFlag('Branch') | 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) --- 38Source('bpred_unit.cc') 39Source('2bit_local.cc') 40Source('btb.cc') 41Source('ras.cc') 42Source('tournament.cc') 43Source ('bi_mode.cc') 44DebugFlag('FreeList') 45DebugFlag('Branch') |
46DebugFlag('LTage') |
|