Deleted Added
sdiff udiff text old ( 11169:44b5c183c3cd ) new ( 11416:a10d9e2ef671 )
full compact
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 * 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 ---