RubyTester.hh (13784:1941dc118243) RubyTester.hh (13799:15badf7874ee)
1/*
2 * Copyright (c) 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

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

98 PortID idx=InvalidPortID) override;
99
100 bool isInstOnlyCpuPort(int idx);
101 bool isInstDataCpuPort(int idx);
102
103 MasterPort* getReadableCpuPort(int idx);
104 MasterPort* getWritableCpuPort(int idx);
105
1/*
2 * Copyright (c) 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

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

98 PortID idx=InvalidPortID) override;
99
100 bool isInstOnlyCpuPort(int idx);
101 bool isInstDataCpuPort(int idx);
102
103 MasterPort* getReadableCpuPort(int idx);
104 MasterPort* getWritableCpuPort(int idx);
105
106 virtual void init();
106 void init() override;
107
108 void wakeup();
109
110 void incrementCheckCompletions() { m_checks_completed++; }
111
112 void printStats(std::ostream& out) const {}
113 void clearStats() {}
114 void printConfig(std::ostream& out) const {}

--- 45 unchanged lines hidden ---
107
108 void wakeup();
109
110 void incrementCheckCompletions() { m_checks_completed++; }
111
112 void printStats(std::ostream& out) const {}
113 void clearStats() {}
114 void printConfig(std::ostream& out) const {}

--- 45 unchanged lines hidden ---