PerfectSwitch.hh (6145:15cca6ab723a) PerfectSwitch.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

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

36 * has number of input ports/output ports and has a routing table
37 * as well.
38 *
39 */
40
41#ifndef PerfectSwitch_H
42#define PerfectSwitch_H
43
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

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

36 * has number of input ports/output ports and has a routing table
37 * as well.
38 *
39 */
40
41#ifndef PerfectSwitch_H
42#define PerfectSwitch_H
43
44#include "Global.hh"
45#include "Vector.hh"
46#include "Consumer.hh"
47#include "NodeID.hh"
44#include "mem/ruby/common/Global.hh"
45#include "mem/gems_common/Vector.hh"
46#include "mem/ruby/common/Consumer.hh"
47#include "mem/ruby/system/NodeID.hh"
48
49class MessageBuffer;
50class NetDest;
51class SimpleNetwork;
52
53class LinkOrder {
54public:
55 int m_link;

--- 63 unchanged lines hidden ---
48
49class MessageBuffer;
50class NetDest;
51class SimpleNetwork;
52
53class LinkOrder {
54public:
55 int m_link;

--- 63 unchanged lines hidden ---