Re: [Gems-users] Consumer wakeup and EventQueue


Date: Thu, 26 Apr 2007 00:33:16 -0400
From: Greg Byrd <gbyrd@xxxxxxxx>
Subject: Re: [Gems-users] Consumer wakeup and EventQueue
I'm pretty sure it's a global event queue. The event itself carries information about its consumer object. When that event reaches the head of the event queue, it calls the wakeup method of the object named in the event.

...Greg


Niket Agarwal wrote:
Hi all,
I have a question.

Gems being an event-driven simulation setup, is there a global event queue or are there eventqueues for all separate nodes ?

I want to as to when and where are wakeup's of Consumers called ?

For instance, if an additional Switch is instantiated, how does GEMS know as to when to wake it up ?

Thanks for the help.

Niket.


_______________________________________________
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→]