Deleted Added
sdiff udiff text old ( 8834:21e8d54ecf07 ) new ( 8850:ed91b534ed04 )
full compact
1/*
2 * Copyright (c) 2011 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

573
574 miscRegfileWrites
575 .name(name() + ".misc_regfile_writes")
576 .desc("number of misc regfile writes")
577 .prereq(miscRegfileWrites);
578}
579
580template <class Impl>
581void
582FullO3CPU<Impl>::tick()
583{
584 DPRINTF(O3CPU, "\n\nFullO3CPU: Ticking main, FullO3CPU.\n");
585
586 ++numCycles;
587
588// activity = false;

--- 1141 unchanged lines hidden ---