Deleted Added
sdiff udiff text old ( 13957:25e9c77a8a99 ) new ( 14034:937e704c6807 )
full compact
1# Copyright (c) 2012 Mark D. Hill and David A. Wood
2# Copyright (c) 2015 The University of Wisconsin
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

--- 461 unchanged lines hidden (view full) ---

470class TAGE_SC_L_8KB(TAGE_SC_L):
471 type = 'TAGE_SC_L_8KB'
472 cxx_class = 'TAGE_SC_L_8KB'
473 cxx_header = "cpu/pred/tage_sc_l_8KB.hh"
474
475 tage = TAGE_SC_L_TAGE_8KB()
476 loop_predictor = TAGE_SC_L_8KB_LoopPredictor()
477 statistical_corrector = TAGE_SC_L_8KB_StatisticalCorrector()