Hello,

I am not clear as to how an out_port (let's say from cache) and an in_port
(to directory)
are connected.

For example in learning gem5 book:

MSI-Cache.sm:
      MessageBuffer * requestToDir, network="To", virtual_network="0",
vnet_type="request";
      out_port(request_out, RequestMsg, requestToDir);

MSI-dir.sm:
      MessageBuffer *requestFromCache, network="From", virtual_network="0",
vnet_type="request";
      in_port(request_in, RequestMsg, requestFromCache)

What all conditions/logic specify that the above two ports should be
connected ?

Thank You,
Sampad Mohapatra
_______________________________________________
gem5-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to