Changes between Version 91 and Version 92 of Component


Ignore:
Timestamp:
Aug 7, 2009, 1:55:02 AM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component

    v91 v92  
    11
    22= Processor ISS (Instruction Set Simulator) =
     3
     4These simulation models must be wrapped in a CABA, TLM, or TLMDT wrapper to be used in a plat-form.
     5Example of such a wrapper is the [wiki:Component/VciXcacheWrapper VciXcacheWrapper] component.
    36
    47 * [wiki:Component/Iss2Api processors using the ISS2 API]
     
    912  * [wiki:Component/lm32 Lm32 : Lattice Mico 32]
    1013 * [wiki:Component/IssApi processors using the ISS1 API]
    11   * [wiki:Component/Mips Mips] : Mips-R3000
    1214  * [wiki:Component/MicroBlaze MicroBlaze]
    1315  * [wiki:Component/NIOSII NiosII]
     
    6062 * [wiki:Component/VirtualDspinNetwork VirtualDspinNetwork] : A virtual Dspin network
    6163
    62 = Common modules =
    63 
    64  * [wiki:Component/MappingTable MappingTable] : A tool to declare and list all memory segments in a platform
    65  * [wiki:Component/Loader Loader] : A binary-file loader (ELF, COFF, plain)
    66 
    67 = Utilities =
    68 
    69  * [wiki:Component/VciTargetFsm VciTargetFsm] : A generic CABA submodule for handling the VCI fsm part of target components, so that you can focus on the functionality
    70 
    71  * [wiki:Component/TtyWrapper TtyWrapper] : A simulator-side TTY abstraction tool, used by [wiki:Component/VciMultiTty VciMultiTty]
    72  * [wiki:Component/ProcessWrapper ProcessWrapper] : A simulator-side fork/exec abstraction tool, with process' stdin/stdout communication
    73  * [wiki:Component/FbController FbController] : A simulator-side framebuffer abstraction tool
    7464
    7565= Dedicated coprocessors =
     
    8575  * [wiki:Component/Demapping Demapping] : A demapping component
    8676  * [wiki:Component/FHT FHT] : A Fast Hartley Transform component
     77
     78= Common utilities =
     79
     80 * [wiki:Component/MappingTable MappingTable] : A tool to declare and list all memory segments used in a platform and to define the memory mapping.
     81 * [wiki:Component/Loader Loader] : A binary-file loader (ELF, COFF, plain)
     82 * [wiki:Component/VciTargetFsm VciTargetFsm] : A generic CABA submodule for handling the VCI fsm part of a target components, so that you can focus on the functionality
     83 * [wiki:Component/TtyWrapper TtyWrapper] : A simulator-side TTY abstraction tool, used by the [wiki:Component/VciMultiTty VciMultiTty] component
     84 * [wiki:Component/ProcessWrapper ProcessWrapper] : A simulator-side fork/exec abstraction tool, with process' stdin/stdout communication
     85 * [wiki:Component/FbController FbController] : A simulator-side framebuffer abstraction tool
     86