| |||
| Home > Preface > About this manual > Conventions | |||
Conventions that this manual can use are described in:
The typographical conventions are:
Highlights important notes, introduces special terminology, denotes internal cross-references, and citations.
Highlights interface elements, such as menu names. Denotes ARM processor signal names. Also used for terms in descriptive lists, where appropriate.
monospaceDenotes text that you can enter at the keyboard, such as commands, file and program names, and source code.
monospaceDenotes a permitted abbreviation for a command or option. You can enter the underlined text instead of the full command or option name.
monospace italicDenotes arguments to monospace text where the argument is to be replaced by a specific value.
Denotes language keywords when used outside example code.
Angle brackets enclose replaceable terms for assembler syntax where they appear in code or code fragments. They appear in normal font in running text. For example:
MRC
p15, 0 <Rd>, <CRn>, <CRm>, <Opcode_2>
The Opcode_2 value selects which register is accessed.
The figure named Figure 1 explains the components used in timing diagrams. Variations, when they occur, have clear labels. You must not assume any timing information that is not explicit in the diagrams.
Shaded bus and signal areas are undefined, so the bus or signal can assume any value within the shaded area at that time. The actual level is unimportant and does not affect normal operation.
The signal conventions are:
The level of an asserted signal depends on whether the signal is active-HIGH or active-LOW. Asserted means:
HIGH for active-HIGH signals
LOW for active-LOW signals.
At the start or end of a signal name denotes an active-LOW signal.
Denotes global Advanced eXtensible Interface (AXI) signals.
Denotes AXI read address channel signals.
Denotes AXI write address channel signals.
Denotes AXI write response channel signals.
Denotes AXI low-power interface signals.
Denotes Advanced High-performance Bus (AHB) signals.
Denotes Advanced Peripheral Bus (APB) signals.
Denotes AXI read data channel signals.
Denotes AXI write data channel signals.
The numbering convention is:
This is a Verilog method of abbreviating constant numbers. For example:
'h7B4 is an unsized hexadecimal value.
'o7654 is an unsized octal value.
8'd9 is an eight-bit wide decimal value of 9.
8'h3F is an eight-bit wide hexadecimal value of 0x3F.
This is equivalent to b00111111.
8'b1111 is an eight-bit wide binary value of b00001111.