3.5 Board Version (VER)
Address
Register Offset
VER 001h
Function
The VER register records version information for the PCB board as well the board architecture. The PCB board version can
change without impacting the board architecture version, and vice versa.
Diagram
Bits
7 6 5 4 3 2 1 0
R ARCH BRD
W
NONE 0001 0001
Fields
Field Function
7-4
ARCH
Board architecture version:
1= V1
2= V2 (etc.)
The ARCH field starts at 1 and is only changed if major software-impacting architectural changes to the
board occur: changes to PHY vendors, memory devices, etc.
3-0
BRD
PCB board version:
1= Rev A (or pre-release)
2= Rev B (etc.)
The BRD field reports physical updates to the boards, often incorporating errata fixes or improvements,
which may or may not affect software.
Software may use this field to print board version identification, such as:
char brd_ver = (get_pixis( VER ) & 0Fh);
printf("Board Version: %c", brd_ver + 'A' - 1 );
NXP Semiconductors
Qixis Programming Model
QorIQ LX2160A Reference Design Board Reference Manual, Rev. 4, 07/2020
Reference Manual 60 / 116