cpu.hh (9608:e2b6b86fda03) cpu.hh (9919:803903a8dac1)
1/*
2 * Copyright (c) 2011-2013 ARM Limited
1/*
2 * Copyright (c) 2011-2013 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
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
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated

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

650
651 /** The issue/execute/writeback stages. */
652 typename CPUPolicy::IEW iew;
653
654 /** The commit stage. */
655 typename CPUPolicy::Commit commit;
656
657 /** The register file. */
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
9 * to a hardware implementation of the functionality of the software
10 * licensed hereunder. You may use the software subject to the license
11 * terms below provided that you ensure that this notice is replicated

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

651
652 /** The issue/execute/writeback stages. */
653 typename CPUPolicy::IEW iew;
654
655 /** The commit stage. */
656 typename CPUPolicy::Commit commit;
657
658 /** The register file. */
658 typename CPUPolicy::RegFile regFile;
659 PhysRegFile regFile;
659
660 /** The free list. */
661 typename CPUPolicy::FreeList freeList;
662
663 /** The rename map. */
664 typename CPUPolicy::RenameMap renameMap[Impl::MaxThreads];
665
666 /** The commit rename map. */

--- 187 unchanged lines hidden ---
660
661 /** The free list. */
662 typename CPUPolicy::FreeList freeList;
663
664 /** The rename map. */
665 typename CPUPolicy::RenameMap renameMap[Impl::MaxThreads];
666
667 /** The commit rename map. */

--- 187 unchanged lines hidden ---