Deleted Added
sdiff udiff text old ( 11435:0f1b46dde3fa ) new ( 11523:81332eb10367 )
full compact
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

192
193 // finally shift the response timeout forward
194 reschedule(noResponseEvent, clockEdge(progressCheck), true);
195}
196
197void
198MemTest::regStats()
199{
200 using namespace Stats;
201
202 numReadsStat
203 .name(name() + ".num_reads")
204 .desc("number of read accesses completed")
205 ;
206
207 numWritesStat

--- 129 unchanged lines hidden ---