Address.hh (6145:15cca6ab723a) Address.hh (6154:6bb54dcb940e)
1
2/*
3 * Copyright (c) 1999 by Mark Hill and David Wood for the Wisconsin
4 * Multifacet Project. ALL RIGHTS RESERVED.
5 *
6 * ##HEADER##
7 *
8 * This software is furnished under a license and may be used and

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

20/*
21 * $Id$
22 */
23
24#ifndef ADDRESS_H
25#define ADDRESS_H
26
27#include <iomanip>
1
2/*
3 * Copyright (c) 1999 by Mark Hill and David Wood for the Wisconsin
4 * Multifacet Project. ALL RIGHTS RESERVED.
5 *
6 * ##HEADER##
7 *
8 * This software is furnished under a license and may be used and

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

20/*
21 * $Id$
22 */
23
24#ifndef ADDRESS_H
25#define ADDRESS_H
26
27#include <iomanip>
28#include "Global.hh"
29#include "RubyConfig.hh"
30#include "NodeID.hh"
31#include "MachineID.hh"
28#include "mem/ruby/common/Global.hh"
29#include "mem/ruby/config/RubyConfig.hh"
30#include "mem/ruby/system/NodeID.hh"
31#include "mem/ruby/system/MachineID.hh"
32
33const int ADDRESS_WIDTH = 64; // address width in bytes
34
35class Address;
36typedef Address PhysAddress;
37typedef Address VirtAddress;
38
39class Address {

--- 216 unchanged lines hidden ---
32
33const int ADDRESS_WIDTH = 64; // address width in bytes
34
35class Address;
36typedef Address PhysAddress;
37typedef Address VirtAddress;
38
39class Address {

--- 216 unchanged lines hidden ---