clock_domain.hh (11169:44b5c183c3cd) clock_domain.hh (11416:a10d9e2ef671)
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

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

239
240 void startup() override;
241
242 void serialize(CheckpointOut &cp) const override;
243 void unserialize(CheckpointIn &cp) override;
244
245 private:
246 /**
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

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

239
240 void startup() override;
241
242 void serialize(CheckpointOut &cp) const override;
243 void unserialize(CheckpointIn &cp) override;
244
245 private:
246 /**
247 * Inform other components about the changed performance level
248 */
249 void signalPerfLevelUpdate();
250
251 /**
247 * List of possible frequency operational points, should be in
248 * descending order
249 * An empty list corresponds to default frequency specified for its
250 * clock domain, overall implying NO DVFS
251 */
252 const std::vector<Tick> freqOpPoints;
253
254 /**

--- 50 unchanged lines hidden ---
252 * List of possible frequency operational points, should be in
253 * descending order
254 * An empty list corresponds to default frequency specified for its
255 * clock domain, overall implying NO DVFS
256 */
257 const std::vector<Tick> freqOpPoints;
258
259 /**

--- 50 unchanged lines hidden ---