Deleted Added
sdiff udiff text old ( 11433:72b075cdc336 ) new ( 11784:00fd5dce5e7e )
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;

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

81 cxx_class = 'BiModeBP'
82 cxx_header = "cpu/pred/bi_mode.hh"
83
84 globalPredictorSize = Param.Unsigned(8192, "Size of global predictor")
85 globalCtrBits = Param.Unsigned(2, "Bits per counter")
86 choicePredictorSize = Param.Unsigned(8192, "Size of choice predictor")
87 choiceCtrBits = Param.Unsigned(2, "Bits of choice counters")
88