base.hh (8876:44f8e7bb7fdf) | base.hh (8901:bba76d164f9e) |
---|---|
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 --- 44 unchanged lines hidden (view full) --- 53#include "arch/microcode_rom.hh" 54#include "base/statistics.hh" 55#include "config/the_isa.hh" 56#include "mem/mem_object.hh" 57#include "sim/eventq.hh" 58#include "sim/full_system.hh" 59#include "sim/insttracer.hh" 60 | 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 --- 44 unchanged lines hidden (view full) --- 53#include "arch/microcode_rom.hh" 54#include "base/statistics.hh" 55#include "config/the_isa.hh" 56#include "mem/mem_object.hh" 57#include "sim/eventq.hh" 58#include "sim/full_system.hh" 59#include "sim/insttracer.hh" 60 |
61class BaseCPUParams; | 61struct BaseCPUParams; |
62class BranchPred; 63class CheckerCPU; 64class ThreadContext; 65class System; 66 67namespace TheISA 68{ 69 class Predecoder; --- 352 unchanged lines hidden --- | 62class BranchPred; 63class CheckerCPU; 64class ThreadContext; 65class System; 66 67namespace TheISA 68{ 69 class Predecoder; --- 352 unchanged lines hidden --- |