Searched hist:9465 (Results 1 - 22 of 22) sorted by relevance
/gem5/src/mem/ruby/network/ | ||
H A D | BasicRouter.cc | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | BasicRouter.hh | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | BasicRouter.py | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | Network.py | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | Network.cc | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | Network.hh | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
/gem5/src/mem/slicc/ast/ | ||
H A D | AST.py | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
/gem5/src/mem/ruby/common/ | ||
H A D | Consumer.cc | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | Consumer.hh | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
/gem5/src/mem/ruby/network/simple/ | ||
H A D | PerfectSwitch.hh | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | Throttle.hh | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | Throttle.cc | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | Switch.cc | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | PerfectSwitch.cc | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
/gem5/src/mem/ruby/slicc_interface/ | ||
H A D | Controller.py | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | Message.hh | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | AbstractController.cc | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | AbstractController.hh | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
/gem5/src/mem/ruby/profiler/ | ||
H A D | Profiler.hh | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
H A D | Profiler.cc | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
/gem5/src/mem/slicc/symbols/ | ||
H A D | StateMachine.py | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
/gem5/src/mem/ruby/system/ | ||
H A D | Sequencer.cc | diff 9465:4ae4f3f4b870 Mon Jan 14 11:04:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> Ruby: use ClockedObject in Consumer class Many Ruby structures inherit from the Consumer, which is used for scheduling events. The Consumer used to relay on an Event Manager for scheduling events and on g_system_ptr for time. With this patch, the Consumer will now use a ClockedObject to schedule events and to query for current time. This resulted in several structures being converted from SimObjects to ClockedObjects. Also, the MessageBuffer class now requires a pointer to a ClockedObject so as to query for time. |
Completed in 198 milliseconds