Hi, I tried your approach and that didn't work either so the problem was clearly in my topology. There is an arbiter in that topology that needs to count the number of cycles that have passed and compare it to the time on the eventQueue to make a decision. Therefore, the arbiter was woken up when it was initialized (in the initilization function) so it could start counting straight away (and comparing to the eventQueue).
I moved the wakeup call somewhere else and now it works so I guess the checkpoint only gives the details regarding time and all after initialization of all the objects. Thanks for your help, Anouk _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
