Changes between Version 2 and Version 3 of Component/Arm
- Timestamp:
- Apr 5, 2010, 8:25:51 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Arm
v2 v3 8 8 and can be wrapped in a CABA or TLM-T [wiki:Component/VciXcacheWrapper Wrapper]. 9 9 10 It implements most of the ARM-v6k instruction-set revision. 11 * Thumb is not supported yet. 10 It implements most of the ARM-v6t instruction-set revision. 11 * Thumb is supported 12 * Thumb-2 is not supported yet 12 13 * The floating point instructions are not supported 13 * Only little-endian variant is supported .14 * Only little-endian variant is supported 14 15 * This ISS implements the instruction set of ARM11, Cortex-M0, Cortex-M1 15 16 … … 25 26 * source:trunk/soclib/soclib/iss/arm/src/arm_instructions.cpp 26 27 * 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 27 31 28 32 == Template parameters ==