Hi,

Arthur's answer still stands. As he said, sim_freq is the time resolution of 
the simulator itself. It defines the points in time where you are 'allowed' to 
schedule events. By default, you can schedule an event every 1e-12 second of 
simulated time (1THz). That does not mean all components in the model take 
action at this frequency. The CPU model, for instance, will use its own 
frequency (c.f. ClockedObject class) to compute how many simulation ticks have 
to elapse before its next own clockEdge().

Regards,
Gabriel
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to