RubyDirectedTester.hh (13799:15badf7874ee) RubyDirectedTester.hh (13892:0182a0601f66)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * Copyright (c) 2009-2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

29
30#ifndef __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__
31#define __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__
32
33#include <iostream>
34#include <string>
35#include <vector>
36
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * Copyright (c) 2009-2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

29
30#ifndef __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__
31#define __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__
32
33#include <iostream>
34#include <string>
35#include <vector>
36
37#include "mem/packet.hh"
38#include "mem/port.hh"
37#include "mem/ruby/common/DataBlock.hh"
38#include "mem/ruby/common/SubBlock.hh"
39#include "mem/ruby/common/TypeDefines.hh"
39#include "mem/ruby/common/DataBlock.hh"
40#include "mem/ruby/common/SubBlock.hh"
41#include "mem/ruby/common/TypeDefines.hh"
40#include "mem/mem_object.hh"
41#include "mem/packet.hh"
42#include "params/RubyDirectedTester.hh"
42#include "params/RubyDirectedTester.hh"
43#include "sim/clocked_object.hh"
43
44class DirectedGenerator;
45
44
45class DirectedGenerator;
46
46class RubyDirectedTester : public MemObject
47class RubyDirectedTester : public ClockedObject
47{
48 public:
49 class CpuPort : public MasterPort
50 {
51 private:
52 RubyDirectedTester *tester;
53
54 public:

--- 51 unchanged lines hidden ---
48{
49 public:
50 class CpuPort : public MasterPort
51 {
52 private:
53 RubyDirectedTester *tester;
54
55 public:

--- 51 unchanged lines hidden ---