Changes between Version 80 and Version 81 of Component


Ignore:
Timestamp:
May 4, 2009, 12:38:21 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component

    v80 v81  
    11
    22= SoCLib components documentation =
     3
     4= Processor ISS (Instruction Set Simulator) =
     5
     6 * [wiki:Component/IssApi ISS API]
     7  * [wiki:Component/Mips Mips] : Mips-R3000 iss
     8  * [wiki:Component/MicroBlaze MicroBlaze] : !MicroBlaze iss
     9  * [wiki:Component/NIOSII NiosII] : NiosII iss
     10  * [wiki:Component/ARM7TDMI ARM7TDMI] : ARM7TDMI iss
     11  * [wiki:Component/ARM966 ARM966] : ARM966 iss
     12  * [wiki:Component/TMS320C62 TMS320C62] : TMS320C62 iss
     13  * [wiki:Component/MPC7447A MPC7447A] : MPC7447A iss
     14 * [wiki:Component/Iss2Api ISS2 API]
     15  * [wiki:Component/Mips32 Mips32] : Mips32 iss
     16  * [wiki:Component/Ppc405 Ppc405] : PPC405 iss
     17  * [wiki:Component/Sparcv8 Sparc v8] : Sparc v8 iss
     18  * [wiki:Component/IssIss2 IssIss2] : Utility wrapper to use ISS API compliant ISS in an ISS2 API wrapper
    319
    420== VCI Targets ==
     
    3652 * [wiki:Component/VciAnoc VciAnoc] : A VCI compliant ANOC micro-network
    3753
    38 = Common utilities =
     54= Common modules =
     55
     56 * [wiki:Component/MappingTable MappingTable] : A tool to declare and list all memory segments in a platform
     57 * [wiki:Component/Loader Loader] : A binary-file loader (ELF, COFF, plain)
     58
     59= Utilities =
     60
     61 * [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
    3962
    4063 * [wiki:Component/TtyWrapper TtyWrapper] : A simulator-side TTY abstraction tool, used by [wiki:Component/VciMultiTty VciMultiTty]
    41  * [wiki:Component/MappingTable MappingTable] : A tool to declare and list all memory segments in a platform
    42  * [wiki:Component/Loader Loader] : An binary file loader utility
    43 
    44 = Optional utilities =
    45 
    4664 * [wiki:Component/ProcessWrapper ProcessWrapper] : A simulator-side fork/exec abstraction tool, with process' stdin/stdout communication
    4765 * [wiki:Component/FbController FbController] : A simulator-side framebuffer abstraction tool
    4866
    49  * [wiki:Component/VciTargetFsm VciTargetFsm] : A generic caba class for handling the VCI fsm part of target components, so that you can focus on the functionality
     67= Dedicated coprocessors =
    5068
    51 = Dedicated coprocessors =
    5269  * [wiki:Component/Tc4200 Tc4200] : A WiMAX LDPC decoder
    5370  * [wiki:Component/Tc4200_enc Tc4200_enc] : a WiMAX LDPC encoder
     
    6077  * [wiki:Component/Demapping Demapping] : A demapping component
    6178  * [wiki:Component/FHT FHT] : A Fast Hartley Transform component
    62 
    63 = Processors (Instruction Set Simulator) =
    64 
    65  * [wiki:Component/IssApi ISS API]
    66   * [wiki:Component/Mips Mips] : Mips-R3000 iss
    67   * [wiki:Component/MicroBlaze MicroBlaze] : !MicroBlaze iss
    68   * [wiki:Component/NIOSII NiosII] : NiosII iss
    69   * [wiki:Component/ARM7TDMI ARM7TDMI] : ARM7TDMI iss
    70   * [wiki:Component/ARM966 ARM966] : ARM966 iss
    71   * [wiki:Component/TMS320C62 TMS320C62] : TMS320C62 iss
    72   * [wiki:Component/MPC7447A MPC7447A] : MPC7447A iss
    73  * [wiki:Component/Iss2Api ISS2 API]
    74   * [wiki:Component/Mips32 Mips32] : Mips32 iss
    75   * [wiki:Component/Ppc405 Ppc405] : PPC405 iss
    76   * [wiki:Component/Sparcv8 Sparc v8] : Sparc v8 iss
    77   * [wiki:Component/IssIss2 IssIss2] : Utility wrapper to use ISS API compliant ISS in an ISS2 API wrapper