SubBlock.hh (6285:ce086eca1ede) SubBlock.hh (6372:f1a41ea3bbab)
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

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

32 *
33 */
34
35#ifndef SubBlock_H
36#define SubBlock_H
37
38#include "mem/ruby/common/Global.hh"
39#include "mem/ruby/common/Address.hh"
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

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

32 *
33 */
34
35#ifndef SubBlock_H
36#define SubBlock_H
37
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);

--- 48 unchanged lines hidden ---
40#include "mem/ruby/common/DataBlock.hh"
41#include "mem/gems_common/Vector.hh"
42
43class SubBlock {
44public:
45 // Constructors
46 SubBlock() { }
47 SubBlock(const Address& addr, int size);

--- 48 unchanged lines hidden ---