sim_object.hh (9342:6fec8f26e56d) sim_object.hh (9356:b279bad40aa3)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 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

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

41#include <list>
42#include <map>
43#include <string>
44#include <vector>
45
46#include "enums/MemoryMode.hh"
47#include "params/SimObject.hh"
48#include "sim/drain.hh"
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 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

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

41#include <list>
42#include <map>
43#include <string>
44#include <vector>
45
46#include "enums/MemoryMode.hh"
47#include "params/SimObject.hh"
48#include "sim/drain.hh"
49#include "sim/eventq.hh"
49#include "sim/eventq_impl.hh"
50#include "sim/serialize.hh"
51
52class BaseCPU;
53class Event;
54
55/**
56 * Abstract superclass for simulation objects. Represents things that
57 * correspond to physical components and can be specified via the

--- 122 unchanged lines hidden ---
50#include "sim/serialize.hh"
51
52class BaseCPU;
53class Event;
54
55/**
56 * Abstract superclass for simulation objects. Represents things that
57 * correspond to physical components and can be specified via the

--- 122 unchanged lines hidden ---