Go to the documentation of this file.
41 #ifndef __MEM_RUBY_SLICC_INTERFACE_MESSAGE_HH__
42 #define __MEM_RUBY_SLICC_INTERFACE_MESSAGE_HH__
51 #include "mem/ruby/protocol/MessageSizeType.hh"
54 typedef std::shared_ptr<Message>
MsgPtr;
70 virtual void print(std::ostream& out)
const = 0;
73 {
panic(
"MessageSizeType() called on wrong message!"); }
75 {
panic(
"MessageSizeType() called on wrong message!"); }
85 {
panic(
"functionalRead(Packet) not implemented"); }
87 {
panic(
"functionalRead(Packet,WriteMask) not implemented"); }
89 {
panic(
"functionalWrite(Packet) not implemented"); }
109 {
panic(
"getDestination() called on wrong message!"); }
111 {
panic(
"getDestination() called on wrong message!"); }
135 if (
l->getLastEnqueueTime() ==
r->getLastEnqueueTime()) {
136 return l->getMsgCounter() >
r->getMsgCounter();
138 return l->getLastEnqueueTime() >
r->getLastEnqueueTime();
149 #endif // __MEM_RUBY_SLICC_INTERFACE_MESSAGE_HH__
virtual bool functionalRead(Packet *pkt)
The two functions below are used for reading / writing the message functionally.
Tick getDelayedTicks() const
virtual MessageSizeType & getMessageSize()
virtual const NetDest & getDestination() const
Tick getLastEnqueueTime() const
uint64_t Tick
Tick count type.
virtual bool functionalWrite(Packet *pkt)
virtual const MessageSizeType & getMessageSize() const
virtual void print(std::ostream &out) const =0
int getIncomingLink() const
virtual MsgPtr clone() const =0
void updateDelayedTicks(Tick curTime)
Update the delay this message has experienced so far.
virtual NetDest & getDestination()
virtual bool functionalRead(Packet *pkt, WriteMask &mask)
std::shared_ptr< Message > MsgPtr
void setLastEnqueueTime(const Tick &time)
bool operator>(const MsgPtr &lhs, const MsgPtr &rhs)
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t getMsgCounter() const
std::ostream & operator<<(std::ostream &out, const Message &obj)
void setIncomingLink(int link)
void setMsgCounter(uint64_t c)
#define panic(...)
This implements a cprintf based panic() function.
Generated on Tue Jun 22 2021 15:28:30 for gem5 by doxygen 1.8.17