SimpleNetwork.hh (6145:15cca6ab723a) SimpleNetwork.hh (6154:6bb54dcb940e)
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 55 unchanged lines hidden (view full) ---

64 *
65 * $Id$
66 *
67 */
68
69#ifndef SIMPLENETWORK_H
70#define SIMPLENETWORK_H
71
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 55 unchanged lines hidden (view full) ---

64 *
65 * $Id$
66 *
67 */
68
69#ifndef SIMPLENETWORK_H
70#define SIMPLENETWORK_H
71
72#include "Global.hh"
73#include "Vector.hh"
74#include "Network.hh"
75#include "NodeID.hh"
72#include "mem/ruby/common/Global.hh"
73#include "mem/gems_common/Vector.hh"
74#include "mem/ruby/network/Network.hh"
75#include "mem/ruby/system/NodeID.hh"
76
77class NetDest;
78class MessageBuffer;
79class Throttle;
80class Switch;
81class Topology;
82
83class SimpleNetwork : public Network {

--- 74 unchanged lines hidden ---
76
77class NetDest;
78class MessageBuffer;
79class Throttle;
80class Switch;
81class Topology;
82
83class SimpleNetwork : public Network {

--- 74 unchanged lines hidden ---