Add a commited loads event queue similar to the one for commited instructions.
authorErik Hallnor <ehallnor@umich.edu>
Thu, 16 Oct 2003 21:04:18 +0000 (17:04 -0400)
committerErik Hallnor <ehallnor@umich.edu>
Thu, 16 Oct 2003 21:04:18 +0000 (17:04 -0400)
commit4134477369028e04dd265a43753868c01912c465
tree23879b12a0c0079848cd97b294d141ae8cc4acde
parentea5dc1d5dfabd31bdd62c8435f84ea21bf0f61c7
Add a commited loads event queue similar to the one for commited instructions.
Two new parameters for the CPU models, max_loads_any_thread and max_loads_all_threads.

cpu/memtest/memtest.cc:
cpu/memtest/memtest.hh:
    Swap out maxReads for the new commited loads model.

--HG--
extra : convert_revision : 35031329bbc476122b2203104537a9f8b46addfa
cpu/base_cpu.cc
cpu/base_cpu.hh
cpu/memtest/memtest.cc
cpu/memtest/memtest.hh
cpu/simple_cpu/simple_cpu.cc
cpu/simple_cpu/simple_cpu.hh