Re: [Gems-users] question on time in eventqueue


Date: Fri, 26 Jan 2007 13:26:37 +0800
From: "hongxia sun" <sunhx.seraph@xxxxxxxxx>
Subject: Re: [Gems-users] question on time in eventqueue
Thank you for your explaination!

2007/1/26, Mike Marty <mikem@xxxxxxxxxxx>:
> If the protocol allow more thant one transitions taken in the same
> cycle, could the second transtion see the new state of the cacheline changed
> by the first transition?

Yes.

> If so, the protocol need to take many special conditions into account.
>

Not really.  Most the time it is no different then if the message causing
the transition arrived 1 cycle later.

> If a new event putting into the EventQueue with zero delay and zero latency,
> does it means it will happen in the same cycle which generate it ?
>

In theory, yes.  But we currently don't allow that.  If you remove the
asserts, things might work or they might be entirely unpredictable.  I've
never tried it.

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