NetDest.hh (8232:b28d06a175be) NetDest.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;

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

37#include <iostream>
38#include <vector>
39
40#include "debug/RubyMemory.hh"
41#include "mem/protocol/MachineType.hh"
42#include "mem/ruby/common/Global.hh"
43#include "mem/ruby/common/Set.hh"
44#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;

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

37#include <iostream>
38#include <vector>
39
40#include "debug/RubyMemory.hh"
41#include "mem/protocol/MachineType.hh"
42#include "mem/ruby/common/Global.hh"
43#include "mem/ruby/common/Set.hh"
44#include "mem/ruby/system/MachineID.hh"
45#include "mem/ruby/system/NodeID.hh"
46
47class NetDest
48{
49 public:
50 // Constructors
51 // creates and empty set
52 NetDest();
53 explicit NetDest(int bit_size);

--- 80 unchanged lines hidden ---
45
46class NetDest
47{
48 public:
49 // Constructors
50 // creates and empty set
51 NetDest();
52 explicit NetDest(int bit_size);

--- 80 unchanged lines hidden ---