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

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

30/*
31 * $Id$
32 *
33 */
34
35#ifndef SubBlock_H
36#define SubBlock_H
37
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

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

30/*
31 * $Id$
32 *
33 */
34
35#ifndef SubBlock_H
36#define SubBlock_H
37
38#include "Global.hh"
39#include "Address.hh"
40#include "RubyConfig.hh"
41#include "DataBlock.hh"
42#include "Vector.hh"
38#include "mem/ruby/common/Global.hh"
39#include "mem/ruby/common/Address.hh"
40#include "mem/ruby/config/RubyConfig.hh"
41#include "mem/ruby/common/DataBlock.hh"
42#include "mem/gems_common/Vector.hh"
43
44class SubBlock {
45public:
46 // Constructors
47 SubBlock() { }
48 SubBlock(const Address& addr, int size);
49 SubBlock(const Address& addr, const Address& logicalAddress, int size);
50

--- 55 unchanged lines hidden ---
43
44class SubBlock {
45public:
46 // Constructors
47 SubBlock() { }
48 SubBlock(const Address& addr, int size);
49 SubBlock(const Address& addr, const Address& logicalAddress, int size);
50

--- 55 unchanged lines hidden ---