DataBlock.hh (7039:bc0b6ea676b5) DataBlock.hh (7454:3a3e8e8cce1b)
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;

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

27 */
28
29#ifndef __MEM_RUBY_COMMON_DATABLOCK_HH__
30#define __MEM_RUBY_COMMON_DATABLOCK_HH__
31
32#include <iomanip>
33#include <iostream>
34
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;

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

27 */
28
29#ifndef __MEM_RUBY_COMMON_DATABLOCK_HH__
30#define __MEM_RUBY_COMMON_DATABLOCK_HH__
31
32#include <iomanip>
33#include <iostream>
34
35#include "mem/gems_common/Vector.hh"
36#include "mem/ruby/common/Global.hh"
37#include "mem/ruby/system/System.hh"
38
39class DataBlock
40{
41 public:
42 DataBlock()
43 {

--- 126 unchanged lines hidden ---
35#include "mem/ruby/common/Global.hh"
36#include "mem/ruby/system/System.hh"
37
38class DataBlock
39{
40 public:
41 DataBlock()
42 {

--- 126 unchanged lines hidden ---