Hello ,

Is there any body who can tell , how can I access the data of amessage from
a flit in the router :

so far I can tell that in the c++ classes : in the router ther is
flit_buffers that contains flits ( flit_d for garnet fixed interconnaction
network )
                               each flit has a pointer to a message :
MsgPtr m_msg_ptr;


                               but the MsgPtr type  is a pointer of the
class Message , where I couldn't find any Packet attribute wich should
reference the packet of the message


So I just need to know how to access to the data from a flit

thank you
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to