WireBuffer.hh (10893:f567e80c0714) WireBuffer.hh (10919:80069a602c83)
1/*
2 * Copyright (c) 2010 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

89
90 // data members
91 Consumer* m_consumer_ptr; // Consumer to signal a wakeup()
92 std::string m_description;
93
94 // queues where memory requests live
95 std::vector<MsgPtr> m_message_queue;
96
1/*
2 * Copyright (c) 2010 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

89
90 // data members
91 Consumer* m_consumer_ptr; // Consumer to signal a wakeup()
92 std::string m_description;
93
94 // queues where memory requests live
95 std::vector<MsgPtr> m_message_queue;
96
97 RubySystem * m_ruby_system;
98
97};
98
99std::ostream& operator<<(std::ostream& out, const WireBuffer& obj);
100
101#endif // __MEM_RUBY_STRUCTURES_WireBuffer_HH__
99};
100
101std::ostream& operator<<(std::ostream& out, const WireBuffer& obj);
102
103#endif // __MEM_RUBY_STRUCTURES_WireBuffer_HH__