summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/garnet/fixed-pipeline/OutputUnit_d.hh
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2014-10-11 15:02:23 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2014-10-11 15:02:23 -0500
commit9321a41c62c25643d7b6381abbcf5694a012e056 (patch)
treeb1de81385d622c0f820e12e25062f94dd146ae4e /src/mem/ruby/network/garnet/fixed-pipeline/OutputUnit_d.hh
parentb6d804a1e6281f9916de216cdb8b9c64859dd348 (diff)
downloadgem5-9321a41c62c25643d7b6381abbcf5694a012e056.tar.xz
ruby: drop Orion network power model
Orion is being dropped from ruby. It would be replaced with DSENT which has better models. Note that the power / energy numbers reported after this patch has been applied are not for use.
Diffstat (limited to 'src/mem/ruby/network/garnet/fixed-pipeline/OutputUnit_d.hh')
-rw-r--r--src/mem/ruby/network/garnet/fixed-pipeline/OutputUnit_d.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mem/ruby/network/garnet/fixed-pipeline/OutputUnit_d.hh b/src/mem/ruby/network/garnet/fixed-pipeline/OutputUnit_d.hh
index 48bf361a5..f0b0fc64f 100644
--- a/src/mem/ruby/network/garnet/fixed-pipeline/OutputUnit_d.hh
+++ b/src/mem/ruby/network/garnet/fixed-pipeline/OutputUnit_d.hh
@@ -38,11 +38,10 @@
#include "mem/ruby/network/garnet/fixed-pipeline/CreditLink_d.hh"
#include "mem/ruby/network/garnet/fixed-pipeline/NetworkLink_d.hh"
#include "mem/ruby/network/garnet/fixed-pipeline/OutVcState_d.hh"
+#include "mem/ruby/network/garnet/fixed-pipeline/Router_d.hh"
#include "mem/ruby/network/garnet/fixed-pipeline/flitBuffer_d.hh"
#include "mem/ruby/network/garnet/NetworkHeader.hh"
-class Router_d;
-
class OutputUnit_d : public Consumer
{
public: