RubyTester.hh (8932:1b2c17565ac8) RubyTester.hh (8948:e95ee70f876c)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * Copyright (c) 2009 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

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

73
74 int idx;
75 Type type;
76
77 protected:
78 virtual bool recvTiming(PacketPtr pkt);
79 virtual void recvRetry()
80 { panic("%s does not expect a retry\n", name()); }
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * Copyright (c) 2009 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

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

73
74 int idx;
75 Type type;
76
77 protected:
78 virtual bool recvTiming(PacketPtr pkt);
79 virtual void recvRetry()
80 { panic("%s does not expect a retry\n", name()); }
81 virtual Tick recvAtomic(PacketPtr pkt);
82 virtual void recvFunctional(PacketPtr pkt) { }
83 };
84
85 struct SenderState : public Packet::SenderState
86 {
87 SubBlock* subBlock;
88 Packet::SenderState *saved;
89
90 SenderState(Address addr, int size,

--- 88 unchanged lines hidden ---
81 };
82
83 struct SenderState : public Packet::SenderState
84 {
85 SubBlock* subBlock;
86 Packet::SenderState *saved;
87
88 SenderState(Address addr, int size,

--- 88 unchanged lines hidden ---