Glossary
Glossary-4
Copyright © 2009 ARM Limited. All rights reserved.
ARM DDI 0432C
Non-Confidential
ID112415
JTAG Debug Port (JTAG-DP)
An optional external interface for the DAP that provides a standard JTAG interface for
debug access.
JTAG-DP
See
JTAG Debug Port.
LE
Little endian view of memory in both byte-invariant and word-invariant systems. See
also Byte-invariant, Word-invariant.
Little-endian
Byte ordering scheme in which bytes of increasing significance in a data word are
stored at increasing addresses in memory.
See also
Big-endian and Endianness.
Little-endian memory
Memory in which:
•
a byte or halfword at a word-aligned address is the least significant byte or
halfword within the word at that address
•
a byte at a halfword-aligned address is the least significant byte within the
halfword at that address.
See also
Big-endian memory.
Load/store architecture
A processor architecture where data-processing operations only operate on register
contents, not directly on memory contents.
Multi-layer
An interconnect scheme similar to a cross-bar switch. Each master on the interconnect
has a direct link to each slave, The link is not shared with other masters. This enables
each master to process transfers in parallel with other masters. Contention only occurs
in a multi-layer interconnect at a payload destination, typically the slave.
Processor
A processor is the circuitry in a computer system required to process data using the
computer instructions. It is an abbreviation of microprocessor. A clock source, power
supplies, and main memory are also required to create a minimum complete working
computer system.
Reserved
A field in a control register or instruction format is reserved if the field is to be defined
by the implementation, or produces Unpredictable results if the contents of the field are
not zero. These fields are reserved for use in future extensions of the architecture or are
implementation-specific. All reserved bits not used by the implementation must be
written as 0 and read as 0.