memtest.hh (13784:1941dc118243) memtest.hh (13799:15badf7874ee)
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

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

70class MemTest : public MemObject
71{
72
73 public:
74
75 typedef MemTestParams Params;
76 MemTest(const Params *p);
77
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

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

70class MemTest : public MemObject
71{
72
73 public:
74
75 typedef MemTestParams Params;
76 MemTest(const Params *p);
77
78 virtual void regStats();
78 void regStats() override;
79
80 Port &getPort(const std::string &if_name,
81 PortID idx=InvalidPortID) override;
82
83 protected:
84
85 void tick();
86

--- 104 unchanged lines hidden ---
79
80 Port &getPort(const std::string &if_name,
81 PortID idx=InvalidPortID) override;
82
83 protected:
84
85 void tick();
86

--- 104 unchanged lines hidden ---