RubyDirectedTester.hh (13784:1941dc118243) RubyDirectedTester.hh (13799:15badf7874ee)
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

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

67 RubyDirectedTester(const Params *p);
68 ~RubyDirectedTester();
69
70 Port &getPort(const std::string &if_name,
71 PortID idx=InvalidPortID) override;
72
73 MasterPort* getCpuPort(int idx);
74
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

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

67 RubyDirectedTester(const Params *p);
68 ~RubyDirectedTester();
69
70 Port &getPort(const std::string &if_name,
71 PortID idx=InvalidPortID) override;
72
73 MasterPort* getCpuPort(int idx);
74
75 virtual void init();
75 void init() override;
76
77 void wakeup();
78
79 void incrementCycleCompletions() { m_requests_completed++; }
80
81 void printStats(std::ostream& out) const {}
82 void clearStats() {}
83 void printConfig(std::ostream& out) const {}

--- 22 unchanged lines hidden ---
76
77 void wakeup();
78
79 void incrementCycleCompletions() { m_requests_completed++; }
80
81 void printStats(std::ostream& out) const {}
82 void clearStats() {}
83 void printConfig(std::ostream& out) const {}

--- 22 unchanged lines hidden ---