clock_domain.cc (11523:81332eb10367) clock_domain.cc (11793:ef606668d247)
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

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

37 *
38 * Authors: Vasileios Spiliopoulos
39 * Akash Bagdia
40 * Andreas Hansson
41 * Christopher Torng
42 * Stephan Diestelhorst
43 */
44
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

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

37 *
38 * Authors: Vasileios Spiliopoulos
39 * Akash Bagdia
40 * Andreas Hansson
41 * Christopher Torng
42 * Stephan Diestelhorst
43 */
44
45#include "sim/clock_domain.hh"
46
45#include <algorithm>
46#include <functional>
47
48#include "debug/ClockDomain.hh"
49#include "params/ClockDomain.hh"
50#include "params/DerivedClockDomain.hh"
51#include "params/SrcClockDomain.hh"
47#include <algorithm>
48#include <functional>
49
50#include "debug/ClockDomain.hh"
51#include "params/ClockDomain.hh"
52#include "params/DerivedClockDomain.hh"
53#include "params/SrcClockDomain.hh"
52#include "sim/clock_domain.hh"
53#include "sim/voltage_domain.hh"
54#include "sim/clocked_object.hh"
54#include "sim/clocked_object.hh"
55#include "sim/voltage_domain.hh"
55
56void
57ClockDomain::regStats()
58{
59 SimObject::regStats();
60
61 using namespace Stats;
62

--- 176 unchanged lines hidden ---
56
57void
58ClockDomain::regStats()
59{
60 SimObject::regStats();
61
62 using namespace Stats;
63

--- 176 unchanged lines hidden ---