SubBlock.hh (9208:2451e60d4555) SubBlock.hh (10086:bd1089db3a88)
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;

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

29#ifndef __MEM_RUBY_COMMON_SUBBLOCK_HH__
30#define __MEM_RUBY_COMMON_SUBBLOCK_HH__
31
32#include <iostream>
33#include <vector>
34
35#include "mem/ruby/common/Address.hh"
36#include "mem/ruby/common/DataBlock.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;

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

29#ifndef __MEM_RUBY_COMMON_SUBBLOCK_HH__
30#define __MEM_RUBY_COMMON_SUBBLOCK_HH__
31
32#include <iostream>
33#include <vector>
34
35#include "mem/ruby/common/Address.hh"
36#include "mem/ruby/common/DataBlock.hh"
37#include "mem/ruby/common/Global.hh"
38
39class SubBlock
40{
41 public:
42 SubBlock() { }
43 SubBlock(const Address& addr, int size);
44 ~SubBlock() { }
45

--- 37 unchanged lines hidden ---
37
38class SubBlock
39{
40 public:
41 SubBlock() { }
42 SubBlock(const Address& addr, int size);
43 ~SubBlock() { }
44

--- 37 unchanged lines hidden ---