RubyDirectedTester.hh (9294:8fb03b13de02) | RubyDirectedTester.hh (10713:eddb533708cb) |
---|---|
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 --- 46 unchanged lines hidden (view full) --- 55 public: 56 CpuPort(const std::string &_name, RubyDirectedTester *_tester, 57 PortID _id) 58 : MasterPort(_name, _tester, _id), tester(_tester) 59 {} 60 61 protected: 62 virtual bool recvTimingResp(PacketPtr pkt); | 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 --- 46 unchanged lines hidden (view full) --- 55 public: 56 CpuPort(const std::string &_name, RubyDirectedTester *_tester, 57 PortID _id) 58 : MasterPort(_name, _tester, _id), tester(_tester) 59 {} 60 61 protected: 62 virtual bool recvTimingResp(PacketPtr pkt); |
63 virtual void recvRetry() | 63 virtual void recvReqRetry() |
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 BaseMasterPort &getMasterPort(const std::string &if_name, --- 48 unchanged lines hidden --- | 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 BaseMasterPort &getMasterPort(const std::string &if_name, --- 48 unchanged lines hidden --- |