gem5/objects
Nathan Binkert 9b1e2db811 Clean up CPU stuff and make it use params structs
cpu/base_cpu.cc:
cpu/base_cpu.hh:
    Convert the CPU stuff to use a params struct
cpu/memtest/memtest.cc:
    The memory tester is really not a cpu, so don't derive from
    BaseCPU since it just makes things a pain in the butt.  Keep
    track of max loads in the memtest class now that the base class
    doesn't do it for us.
    Don't have any default parameters.
cpu/memtest/memtest.hh:
    The memory tester is really not a cpu, so don't derive from
    BaseCPU since it just makes things a pain in the butt.  Keep
    track of max loads in the memtest class now that the base class
    doesn't do it for us.
cpu/simple_cpu/simple_cpu.cc:
    Convert to use a params struct.
    remove default parameters
cpu/simple_cpu/simple_cpu.hh:
    convert to use a params struct
cpu/trace/opt_cpu.cc:
cpu/trace/opt_cpu.hh:
cpu/trace/trace_cpu.cc:
cpu/trace/trace_cpu.hh:
    this isn't really a cpu.  don't derive from BaseCPU
objects/MemTest.mpy:
    we only need one max_loads parameter
sim/main.cc:
    Don't check for the number of CPUs since we may be doing something
    else going on.  If we don't have anything to simulate, the
    simulator will exit anyway.

--HG--
extra : convert_revision : 2195a34a9ec90b5414324054ceb3bab643540dd5
2005-02-19 11:46:41 -05:00
..
AlphaConsole.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
AlphaTLB.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
BadDevice.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
BaseCache.mpy get rid of defined and just access the env dict directly 2005-02-03 17:04:54 -05:00
BaseCPU.mpy get rid of defined and just access the env dict directly 2005-02-03 17:04:54 -05:00
BaseSystem.mpy get rid of defined and just access the env dict directly 2005-02-03 17:04:54 -05:00
Bus.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
CoherenceProtocol.mpy get rid of defined and just access the env dict directly 2005-02-03 17:04:54 -05:00
Device.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
DiskImage.mpy get rid of defined and just access the env dict directly 2005-02-03 17:04:54 -05:00
Ethernet.mpy get rid of defined and just access the env dict directly 2005-02-03 17:04:54 -05:00
Ide.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
IntrControl.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
MemTest.mpy Clean up CPU stuff and make it use params structs 2005-02-19 11:46:41 -05:00
Pci.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
PhysicalMemory.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
Platform.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
Process.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
Repl.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
Root.mpy Rework the command line paramters for python output and how 2005-02-11 09:47:41 -05:00
SimConsole.mpy get rid of defined and just access the env dict directly 2005-02-03 17:04:54 -05:00
SimpleDisk.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
Tsunami.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00
Uart.mpy Update config file language to take simobj and no longer use siminst 2005-02-02 21:13:01 -05:00