summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/garnet/fixed-pipeline/GarnetNetwork_d.cc
AgeCommit message (Expand)Author
2016-10-06ruby: remove the original garnet code.Tushar Krishna
2016-10-06config: add port directions and per-router delay in topology.Tushar Krishna
2016-10-06config: make internal links in network topology unidirectional.Tushar Krishna
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2015-09-16ruby: fix message buffer init orderJoe Gross
2015-09-16ruby: rename System.{hh,cc} to RubySystem.{hh,cc}David Hashe
2015-08-30ruby: network: drop member m_in_useNilay Vaish
2015-07-10ruby: replace global g_abs_controls with per-RubySystem varBrandon Potter
2015-07-10ruby: replace g_ruby_start with per-RubySystem m_start_cycleBrandon Potter
2014-10-11ruby: network: garnet: remove functions for computing powerNilay Vaish
2014-09-01ruby: network: move getNumNodes() to base classNilay Vaish
2014-03-20ruby: garnet: convert network interfaces into clocked objectsNilay Vaish
2014-02-23ruby: remove few not required #includesNilay Vaish
2014-02-21ruby: network: move message buffers to base network class.Nilay Vaish
2014-02-21ruby: network: garnet: fixed: removes net_ptr from linksNilay Vaish
2013-09-06ruby: network: convert to gem5 style statsNilay Vaish
2013-09-06ruby: network: removes reset functionalityNilay Vaish
2013-09-06ruby: network: shorten variable namesNilay Vaish
2013-06-28ruby: network: remove reconfiguration codeNilay Vaish
2013-04-23ruby: patch checkpoint restore with garnetNilay Vaish
2013-03-22ruby: network: move routers from topology to networkNilay Vaish
2013-03-06ruby: garnet: fixed: implement functional accessNilay Vaish
2013-01-14Ruby: remove reference to g_system_ptr from class MessageNilay Vaish
2012-08-27Ruby: Remove RubyEventQueueNilay Vaish
2012-07-12Ruby: remove config information from ruby.statsNilay Vaish
2012-03-19Garnet: Stats at vnet granularity + code cleanupTushar Krishna
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2011-12-31Ruby: Shuffle some of the included filesNilay Vaish
2011-11-04GARNET: adding a fault model for resilient on-chip network research.Tushar Krishna
2011-05-31orion: bug fix in link power, and some reorgTushar Krishna
2011-05-31garnet: added network ptr to links to be used by orionTushar Krishna
2011-05-21garnet: use vnet_type from protocol to decide buffer depthsTushar Krishna
2011-05-18slicc: added vnet_type field to identify response vnets from othersTushar Krishna
2011-05-18garnet: rename and rearrange config parameters.Tushar Krishna
2011-04-28network: set the ExtLink bw to 16 bytesBrad Beckmann
2011-04-28network: convert links & switches to first class C++ SimObjectsBrad Beckmann
2011-04-28ruby: moved topology to the top network directoryBrad Beckmann
2011-04-15includes: sort all includesNathan Binkert
2011-03-21This patch makes garnet use the info about active and inactive vnets during a...Tushar Krishna
2011-03-21This patch adds the network tester for simple and garnet networks.Tushar Krishna
2011-02-06garnet: Split network power in ruby.statsJoel Hestness
2011-02-06garnet: separate data and ctrl VCsTushar Krishna
2011-01-10ruby: get rid of ruby's Debug.hhNathan Binkert
2010-12-22This patch removes the WARN_* and ERROR_* from src/mem/ruby/common/Debug.hh f...Nilay Vaish
2010-07-08garnet: Added topology print function to Garnet printStatsBrad Beckmann
2010-06-22style: updated garnet to match M5 coding styleTushar Krishna
2010-06-10ruby: get rid of Vector and use STLNathan Binkert
2010-04-02ruby: get "using namespace" out of headersNathan Binkert
2010-01-29ruby: Converted Garnet to M5 configurationBrad Beckmann
2010-01-29Garnet: reorganize directory tree.Steve Reinhardt