clocked_object.hh (9296:f4ba9a861e65) clocked_object.hh (9356:b279bad40aa3)
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

42 * ClockedObject declaration and implementation.
43 */
44
45#ifndef __SIM_CLOCKED_OBJECT_HH__
46#define __SIM_CLOCKED_OBJECT_HH__
47
48#include "base/intmath.hh"
49#include "params/ClockedObject.hh"
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

42 * ClockedObject declaration and implementation.
43 */
44
45#ifndef __SIM_CLOCKED_OBJECT_HH__
46#define __SIM_CLOCKED_OBJECT_HH__
47
48#include "base/intmath.hh"
49#include "params/ClockedObject.hh"
50#include "sim/core.hh"
50#include "sim/sim_object.hh"
51
52/**
53 * The ClockedObject class extends the SimObject with a clock and
54 * accessor functions to relate ticks to the cycles of the object.
55 */
56class ClockedObject : public SimObject
57{

--- 129 unchanged lines hidden ---
51#include "sim/sim_object.hh"
52
53/**
54 * The ClockedObject class extends the SimObject with a clock and
55 * accessor functions to relate ticks to the cycles of the object.
56 */
57class ClockedObject : public SimObject
58{

--- 129 unchanged lines hidden ---