Skip to content
Snippets Groups Projects
  1. Jan 09, 2013
  2. Jan 08, 2013
  3. Dec 24, 2012
  4. Dec 22, 2012
  5. Dec 21, 2012
  6. Dec 20, 2012
  7. Dec 12, 2012
  8. Dec 11, 2012
  9. Dec 06, 2012
  10. Dec 05, 2012
  11. Dec 02, 2012
    • Tobias Friemel's avatar
      Architecture changes (only gem5 implementation right now): · b052c049
      Tobias Friemel authored
      - The register manager is gone. It's functionality is now encapsulated in the
        CPU classes.
      - For the client, there is the ConcreteCPU class that encapsulates the access
        to the CPU state (including registers) and architecture details. The
        correspondig objects for the CPUs inside the simulator can be accessed
        through the SimulatorController.getCPU() function.
      - Listener got a new ConcreteCPU* member to filter for which CPU the events
        should fire. The default NULL is used as wildcard for all aviable CPUs. The
        events respectively got a ConcreteCPU* member to indicate which CPU really
        fired the event.
      - For the server, there is CPUArchitecture to access the architecture details.
      
      git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1966 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
      b052c049
  12. Nov 30, 2012
  13. Nov 28, 2012
  14. Nov 27, 2012
  15. Nov 24, 2012
  16. Nov 23, 2012
  17. Nov 22, 2012
  18. Nov 21, 2012
Loading