Deleted Added
sdiff udiff text old ( 13700:56fa28e6fab4 ) new ( 13717:11e81e2a98bd )
full compact
1# Copyright (c) 2012, 2014 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

336 cxx_class = 'SlimAMPMPrefetcher'
337 cxx_header = "mem/cache/prefetch/slim_ampm.hh"
338
339 ampm = Param.AccessMapPatternMatching(SlimAccessMapPatternMatching(),
340 "Access Map Pattern Matching object")
341 dcpt = Param.DeltaCorrelatingPredictionTables(
342 SlimDeltaCorrelatingPredictionTables(),
343 "Delta Correlating Prediction Tables object")