SConscript (14034:937e704c6807) | SConscript (14081:f99ed78e5263) |
---|---|
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 --- 37 unchanged lines hidden (view full) --- 46Source ('bi_mode.cc') 47Source('tage_base.cc') 48Source('tage.cc') 49Source('loop_predictor.cc') 50Source('ltage.cc') 51Source('multiperspective_perceptron.cc') 52Source('multiperspective_perceptron_8KB.cc') 53Source('multiperspective_perceptron_64KB.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 --- 37 unchanged lines hidden (view full) --- 46Source ('bi_mode.cc') 47Source('tage_base.cc') 48Source('tage.cc') 49Source('loop_predictor.cc') 50Source('ltage.cc') 51Source('multiperspective_perceptron.cc') 52Source('multiperspective_perceptron_8KB.cc') 53Source('multiperspective_perceptron_64KB.cc') |
54Source('multiperspective_perceptron_tage.cc') 55Source('multiperspective_perceptron_tage_8KB.cc') 56Source('multiperspective_perceptron_tage_64KB.cc') |
|
54Source('statistical_corrector.cc') 55Source('tage_sc_l.cc') 56Source('tage_sc_l_8KB.cc') 57Source('tage_sc_l_64KB.cc') 58DebugFlag('FreeList') 59DebugFlag('Branch') 60DebugFlag('Tage') 61DebugFlag('LTage') 62DebugFlag('TageSCL') | 57Source('statistical_corrector.cc') 58Source('tage_sc_l.cc') 59Source('tage_sc_l_8KB.cc') 60Source('tage_sc_l_64KB.cc') 61DebugFlag('FreeList') 62DebugFlag('Branch') 63DebugFlag('Tage') 64DebugFlag('LTage') 65DebugFlag('TageSCL') |