RubyDirectedTester.hh (8948:e95ee70f876c) RubyDirectedTester.hh (8950:a6830d615eff)
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

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

108
109 void checkForDeadlock();
110
111 // Private copy constructor and assignment operator
112 RubyDirectedTester(const RubyDirectedTester& obj);
113 RubyDirectedTester& operator=(const RubyDirectedTester& obj);
114
115 uint64 m_requests_completed;
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

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

108
109 void checkForDeadlock();
110
111 // Private copy constructor and assignment operator
112 RubyDirectedTester(const RubyDirectedTester& obj);
113 RubyDirectedTester& operator=(const RubyDirectedTester& obj);
114
115 uint64 m_requests_completed;
116 std::vector<CpuPort*> ports;
116 std::vector<MasterPort*> ports;
117 uint64 m_requests_to_complete;
118 DirectedGenerator* generator;
119};
120
121#endif // __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__
117 uint64 m_requests_to_complete;
118 DirectedGenerator* generator;
119};
120
121#endif // __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__