Changes between Version 2 and Version 3 of Component/Arm


Ignore:
Timestamp:
Apr 5, 2010, 8:25:51 PM (14 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Arm

    v2 v3  
    88and can be wrapped in a CABA or TLM-T [wiki:Component/VciXcacheWrapper Wrapper].
    99
    10 It implements most of the ARM-v6k instruction-set revision.
    11  * Thumb is not supported yet.
     10It implements most of the ARM-v6t instruction-set revision.
     11 * Thumb is supported
     12 * Thumb-2 is not supported yet
    1213 * The floating point instructions are not supported
    13  * Only little-endian variant is supported.
     14 * Only little-endian variant is supported
    1415 * This ISS implements the instruction set of ARM11, Cortex-M0, Cortex-M1
    1516
     
    2526 * source:trunk/soclib/soclib/iss/arm/src/arm_instructions.cpp
    2627 * source:trunk/soclib/soclib/iss/arm/src/arm_load_store.cpp
     28 * source:trunk/soclib/soclib/iss/arm/src/thumb_decoding_table.cpp
     29 * source:trunk/soclib/soclib/iss/arm/src/thumb_instructions.cpp
     30
    2731
    2832== Template parameters ==