Re: [Gems-users] Doubt in wakeup() method


Date: Fri, 22 Jun 2007 08:20:44 -0500
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] Doubt in wakeup() method
makeOutLink() is only used to setup the network during initialization.

wakeup() of throttle.c is called whenever a message enqueues from a PerfectSwitch to a Throttle to the next PerfectSwitch on the interconnect. Yes, you can probably identify the type of message here and cause it to spent more cycles queued.

--Mike


avinankumar vellore wrote:
Dear all,

I am a newbie to GEMS. I have to change the link latency based upon the type of the message that is being routed. I would like to know the whether the type of the message can be identified only in the wakeup() method of throttle.c file or it can be done in the makeOutLink() method of the SimpleNetwork.C. This boils down the question when the wakeup() method of the throttle.c will be invoked?

I would really appreciate if any one could help me out.

Sincerely,
Avinan

------------------------------------------------------------------------

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.


[← Prev in Thread] Current Thread [Next in Thread→]