RubyTester.cc (10920:58fbfddff18d) RubyTester.cc (11017:6ec228f6c143)
1/*
2 * Copyright (c) 2012-2013 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

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

39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 */
41
42#include "base/misc.hh"
43#include "cpu/testers/rubytest/Check.hh"
44#include "cpu/testers/rubytest/RubyTester.hh"
45#include "debug/RubyTest.hh"
46#include "mem/ruby/common/SubBlock.hh"
1/*
2 * Copyright (c) 2012-2013 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

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

39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 */
41
42#include "base/misc.hh"
43#include "cpu/testers/rubytest/Check.hh"
44#include "cpu/testers/rubytest/RubyTester.hh"
45#include "debug/RubyTest.hh"
46#include "mem/ruby/common/SubBlock.hh"
47#include "mem/ruby/system/System.hh"
48#include "sim/sim_exit.hh"
49#include "sim/system.hh"
50
51RubyTester::RubyTester(const Params *p)
52 : MemObject(p), checkStartEvent(this),
53 _masterId(p->system->getMasterId(name())),
54 m_checkTable_ptr(nullptr),
55 m_num_cpus(p->num_cpus),

--- 197 unchanged lines hidden ---
47#include "sim/sim_exit.hh"
48#include "sim/system.hh"
49
50RubyTester::RubyTester(const Params *p)
51 : MemObject(p), checkStartEvent(this),
52 _masterId(p->system->getMasterId(name())),
53 m_checkTable_ptr(nullptr),
54 m_num_cpus(p->num_cpus),

--- 197 unchanged lines hidden ---