Deleted Added
sdiff udiff text old ( 11031:3815437cb231 ) new ( 11049:dfb0aa3f0649 )
full compact
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;
113 std::vector<MasterPort*> ports;
114 uint64_t m_requests_to_complete;
115 DirectedGenerator* generator;
116};
117
118#endif // __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__