Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 30 and Version 31 of TBR/UserManual/Simulators


Ignore:
Timestamp:
10/14/16 06:55:32 (8 years ago)
Author:
Amalaye Oyake
Comment:

Fixed a few typographical errors

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/Simulators

    v30 v31  
    22
    33
    4 Like other operating systems targetting the embedded application domain space, RTEMS is designed to be run on a wide variety of target boards. Some of Board Support Packages provided with RTEMS correspond to simulated boards. Some of these simulators simulate real target hardware including all peripherals while others provide a basic synthethic target environment which corresponds to a basic CPU with simple simulator peripherals.
     4Like other operating systems targetting the embedded application domain space, RTEMS is designed to be run on a wide variety of target boards. Some of Board Support Packages provided with RTEMS correspond to simulated boards. Some of these simulators simulate real target hardware including all peripherals while others provide a basic synthetic target environment which corresponds to a basic CPU with simple simulator peripherals.
    55= Simulators Known to Work Well =
    66
     
    1111 *  powerpc/psim -- synthetic PPC603 based-board simulated in gdb.  See [wiki:TBR/BSP/Psim PSIM  BSP] for more information
    1212 *  sparc/erc32 -- BSP for ERC32 with and without floating point unit which is simulated by [http://www.gaisler.com/ TSIM].
    13  *  sparc/sis -- BSP for ERC32 with and without floating point unit which is simulated by the SPARC onstruction Simulator (SIS) in gdb.
     13 *  sparc/sis -- BSP for ERC32 with and without floating point unit which is simulated by the SPARC Instruction Simulator (SIS) in gdb.
    1414
    1515 *  arm/edb7312 -- [http://www.skyeye.org SkyEye] Skyeye is a highly configurable multi-architecture emulator capable of supporting various ARM chip families (w/ or w/o MMU support), LCD and network (ne2k like). Very configurable by simple editing skyeye.conf in the current directory.  See [wiki:TBR/BSP/Edb7312 edb7312] for details on how to run this simulator using that BSP. See the RTEMS Wiki page [wiki:Developer/Simulators/SkyEye SkyEye] for more information on the various BSPs we hope can run on it.