RubyDirectedTester.hh (11031:3815437cb231) RubyDirectedTester.hh (11049:dfb0aa3f0649)
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

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

104 void hitCallback(NodeID proc, Addr addr);
105
106 void checkForDeadlock();
107
108 // Private copy constructor and assignment operator
109 RubyDirectedTester(const RubyDirectedTester& obj);
110 RubyDirectedTester& operator=(const RubyDirectedTester& obj);
111
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

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

104 void hitCallback(NodeID proc, Addr addr);
105
106 void checkForDeadlock();
107
108 // Private copy constructor and assignment operator
109 RubyDirectedTester(const RubyDirectedTester& obj);
110 RubyDirectedTester& operator=(const RubyDirectedTester& obj);
111
112 uint64_t m_requests_completed;
112 uint64 m_requests_completed;
113 std::vector<MasterPort*> ports;
113 std::vector<MasterPort*> ports;
114 uint64_t m_requests_to_complete;
114 uint64 m_requests_to_complete;
115 DirectedGenerator* generator;
116};
117
118#endif // __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__
115 DirectedGenerator* generator;
116};
117
118#endif // __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__