RubySlicc_Util.hh (8485:7a9a7f2a3d46) RubySlicc_Util.hh (8608:02d7ac5fb855)
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;

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

40#include "mem/protocol/MachineType.hh"
41#include "mem/protocol/MessageSizeType.hh"
42#include "mem/protocol/PrefetchBit.hh"
43#include "mem/ruby/common/Address.hh"
44#include "mem/ruby/common/Global.hh"
45#include "mem/ruby/network/Network.hh"
46#include "mem/ruby/slicc_interface/RubySlicc_ComponentMapping.hh"
47#include "mem/ruby/system/MachineID.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;

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

40#include "mem/protocol/MachineType.hh"
41#include "mem/protocol/MessageSizeType.hh"
42#include "mem/protocol/PrefetchBit.hh"
43#include "mem/ruby/common/Address.hh"
44#include "mem/ruby/common/Global.hh"
45#include "mem/ruby/network/Network.hh"
46#include "mem/ruby/slicc_interface/RubySlicc_ComponentMapping.hh"
47#include "mem/ruby/system/MachineID.hh"
48#include "mem/ruby/system/NodeID.hh"
49#include "mem/ruby/system/System.hh"
50
51class Set;
52class NetDest;
53
54inline int
55random(int n)
56{

--- 125 unchanged lines hidden ---
48#include "mem/ruby/system/System.hh"
49
50class Set;
51class NetDest;
52
53inline int
54random(int n)
55{

--- 125 unchanged lines hidden ---