RubyDirectedTester.hh (10920:58fbfddff18d) RubyDirectedTester.hh (11017:6ec228f6c143)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * Copyright (c) 2009-2010 Advanced Micro Devices, Inc.
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

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

31#define __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__
32
33#include <iostream>
34#include <string>
35#include <vector>
36
37#include "mem/ruby/common/DataBlock.hh"
38#include "mem/ruby/common/SubBlock.hh"
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * Copyright (c) 2009-2010 Advanced Micro Devices, Inc.
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

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

31#define __CPU_DIRECTEDTEST_RUBYDIRECTEDTESTER_HH__
32
33#include <iostream>
34#include <string>
35#include <vector>
36
37#include "mem/ruby/common/DataBlock.hh"
38#include "mem/ruby/common/SubBlock.hh"
39#include "mem/ruby/system/RubyPort.hh"
39#include "mem/ruby/common/TypeDefines.hh"
40#include "mem/mem_object.hh"
41#include "mem/packet.hh"
42#include "params/RubyDirectedTester.hh"
43
44class DirectedGenerator;
45
46class RubyDirectedTester : public MemObject
47{

--- 71 unchanged lines hidden ---
40#include "mem/mem_object.hh"
41#include "mem/packet.hh"
42#include "params/RubyDirectedTester.hh"
43
44class DirectedGenerator;
45
46class RubyDirectedTester : public MemObject
47{

--- 71 unchanged lines hidden ---