Hi James, Try setting the Event trace flag and see what you get. Overriding the descirption() method on your fetch event will help identify it in the trace.
Steve On Mon, Jul 27, 2009 at 5:11 PM, Cong Wang<[email protected]> wrote: > Hi all: > I would like to use the fetch event to put a fetch function call > on to the event queue and pop that call off the event on the next > tick. I tried > schedule(fetchEvent, nextCycle(curTick + tick(delay))), but the event > queue doesn't seem to pop the fetchEvent off at time curTick + > tick(delay). > Could someone explain to me how the event queue of M5 works? And > how I should use events with M5? I did not find any documentation > about it on the ASPLOS slides. > Thanks for any comments in advance. > > -- > Regards > James Wang > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
