clock_domain.cc (11793:ef606668d247) clock_domain.cc (11800:54436a1784dc)
1/*
2 * Copyright (c) 2013-2014 ARM Limited
3 * Copyright (c) 2013 Cornell University
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

42 * Stephan Diestelhorst
43 */
44
45#include "sim/clock_domain.hh"
46
47#include <algorithm>
48#include <functional>
49
1/*
2 * Copyright (c) 2013-2014 ARM Limited
3 * Copyright (c) 2013 Cornell University
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

42 * Stephan Diestelhorst
43 */
44
45#include "sim/clock_domain.hh"
46
47#include <algorithm>
48#include <functional>
49
50#include "base/trace.hh"
50#include "debug/ClockDomain.hh"
51#include "params/ClockDomain.hh"
52#include "params/DerivedClockDomain.hh"
53#include "params/SrcClockDomain.hh"
54#include "sim/clocked_object.hh"
55#include "sim/voltage_domain.hh"
56
57void

--- 182 unchanged lines hidden ---
51#include "debug/ClockDomain.hh"
52#include "params/ClockDomain.hh"
53#include "params/DerivedClockDomain.hh"
54#include "params/SrcClockDomain.hh"
55#include "sim/clocked_object.hh"
56#include "sim/voltage_domain.hh"
57
58void

--- 182 unchanged lines hidden ---