gem5/src/mem/ruby/network
Andreas Hansson 2ac04c11ac misc: Add explicit overrides and fix other clang >= 3.5 issues
This patch adds explicit overrides as this is now required when using
"-Wall" with clang >= 3.5, the latter now part of the most recent
XCode. The patch consequently removes "virtual" for those methods
where "override" is added. The latter should be enough of an
indication.

As part of this patch, a few minor issues that clang >= 3.5 complains
about are also resolved (unused methods and variables).
2015-10-12 04:08:01 -04:00
..
fault_model sim: Include object header files in SWIG interfaces 2012-11-02 11:32:01 -05:00
garnet misc: Add explicit overrides and fix other clang >= 3.5 issues 2015-10-12 04:08:01 -04:00
simple ruby: simple network: refactor code 2015-09-24 08:41:24 -05:00
BasicLink.cc network: basic link bw for garnet and simple networks 2011-04-28 17:18:14 -07:00
BasicLink.hh ruby: replaces Time with Cycles in many places 2013-02-10 21:26:24 -06:00
BasicLink.py ruby: replaces Time with Cycles in many places 2013-02-10 21:26:24 -06:00
BasicRouter.cc Ruby: use ClockedObject in Consumer class 2013-01-14 10:04:21 -06:00
BasicRouter.hh ruby: network: move message buffers to base network class. 2014-02-21 08:02:05 -06:00
BasicRouter.py Ruby: use ClockedObject in Consumer class 2013-01-14 10:04:21 -06:00
MessageBuffer.cc ruby: print addresses in hex 2015-09-18 13:27:47 -05:00
MessageBuffer.hh ruby: message buffer, timer table: significant changes 2015-09-16 11:59:56 -05:00
MessageBuffer.py ruby: message buffer, timer table: significant changes 2015-09-16 11:59:56 -05:00
Network.cc ruby: fix message buffer init order 2015-09-16 13:10:42 -04:00
Network.hh ruby: fix message buffer init order 2015-09-16 13:10:42 -04:00
Network.py ruby: specify number of vnets for each protocol 2015-08-30 12:24:18 -05:00
SConscript ruby: Expose MessageBuffers as SimObjects 2015-08-14 00:19:44 -05:00
Topology.cc ruby: topology: refactor code. 2015-09-14 10:14:50 -05:00
Topology.hh ruby: topology: refactor code. 2015-09-14 10:14:50 -05:00