RubyDirectedTester.cc (8975:7f36d4436074) RubyDirectedTester.cc (9171:ae88ecf37145)
1/*
2 * Copyright (c) 2012 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

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

37 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 */
41
42#include "cpu/testers/directedtest/DirectedGenerator.hh"
43#include "cpu/testers/directedtest/RubyDirectedTester.hh"
44#include "debug/DirectedTest.hh"
1/*
2 * Copyright (c) 2012 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

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

37 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 */
41
42#include "cpu/testers/directedtest/DirectedGenerator.hh"
43#include "cpu/testers/directedtest/RubyDirectedTester.hh"
44#include "debug/DirectedTest.hh"
45#include "mem/ruby/eventqueue/RubyEventQueue.hh"
46#include "sim/sim_exit.hh"
47
48RubyDirectedTester::RubyDirectedTester(const Params *p)
49 : MemObject(p), directedStartEvent(this),
50 m_requests_to_complete(p->requests_to_complete),
51 generator(p->generator)
52{
53 m_requests_completed = 0;

--- 89 unchanged lines hidden ---
45#include "sim/sim_exit.hh"
46
47RubyDirectedTester::RubyDirectedTester(const Params *p)
48 : MemObject(p), directedStartEvent(this),
49 m_requests_to_complete(p->requests_to_complete),
50 generator(p->generator)
51{
52 m_requests_completed = 0;

--- 89 unchanged lines hidden ---