RubyDirectedTester.hh (9031:32ecc0217c5e) RubyDirectedTester.hh (9294:8fb03b13de02)
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

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

63 virtual void recvRetry()
64 { panic("%s does not expect a retry\n", name()); }
65 };
66
67 typedef RubyDirectedTesterParams Params;
68 RubyDirectedTester(const Params *p);
69 ~RubyDirectedTester();
70
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

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

63 virtual void recvRetry()
64 { panic("%s does not expect a retry\n", name()); }
65 };
66
67 typedef RubyDirectedTesterParams Params;
68 RubyDirectedTester(const Params *p);
69 ~RubyDirectedTester();
70
71 virtual MasterPort &getMasterPort(const std::string &if_name,
72 int idx = -1);
71 virtual BaseMasterPort &getMasterPort(const std::string &if_name,
72 PortID idx = InvalidPortID);
73
74 MasterPort* getCpuPort(int idx);
75
76 virtual void init();
77
78 void wakeup();
79
80 void incrementCycleCompletions() { m_requests_completed++; }

--- 39 unchanged lines hidden ---
73
74 MasterPort* getCpuPort(int idx);
75
76 virtual void init();
77
78 void wakeup();
79
80 void incrementCycleCompletions() { m_requests_completed++; }

--- 39 unchanged lines hidden ---