Topology.cc (8485:7a9a7f2a3d46) Topology.cc (8645:89929730804b)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

32#include "mem/protocol/MachineType.hh"
33#include "mem/protocol/TopologyType.hh"
34#include "mem/ruby/common/NetDest.hh"
35#include "mem/ruby/network/BasicLink.hh"
36#include "mem/ruby/network/BasicRouter.hh"
37#include "mem/ruby/network/Network.hh"
38#include "mem/ruby/network/Topology.hh"
39#include "mem/ruby/slicc_interface/AbstractController.hh"
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

32#include "mem/protocol/MachineType.hh"
33#include "mem/protocol/TopologyType.hh"
34#include "mem/ruby/common/NetDest.hh"
35#include "mem/ruby/network/BasicLink.hh"
36#include "mem/ruby/network/BasicRouter.hh"
37#include "mem/ruby/network/Network.hh"
38#include "mem/ruby/network/Topology.hh"
39#include "mem/ruby/slicc_interface/AbstractController.hh"
40#include "mem/ruby/system/System.hh"
41
42using namespace std;
43
44const int INFINITE_LATENCY = 10000; // Yes, this is a big hack
45
46class BasicRouter;
47
48// Note: In this file, we use the first 2*m_nodes SwitchIDs to

--- 385 unchanged lines hidden ---
40
41using namespace std;
42
43const int INFINITE_LATENCY = 10000; // Yes, this is a big hack
44
45class BasicRouter;
46
47// Note: In this file, we use the first 2*m_nodes SwitchIDs to

--- 385 unchanged lines hidden ---