Datasheet

AVR600
15
8170B-AVR-12/10
5.2 ID functions
The functions and their output according to input A and B
B A 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
0 0 0 1 010101010 1 0 1 0 1
0 1 0 0 110011001 1 0 0 1 1
1 0 0 0 001111000 0 1 1 1 1
1 1 0 0 000000111 1 1 1 1 1
Functions as logic expressions
Function Expression ID
0
0
0x0
1
B
A
0x1
2
A
0x2
3
B
0x3
4
B
A
0x4
5
A
0x5
6
BA
0x6
7
AB
0x7
8
AB
0x8
9
BA
0x9
10
A
0xA
11
AB
0xB
12
B
0xC
13
B
A
0xD
14
B
A
0xE
15
1
0xF
5.3 Examples
For a socket card to report the ID 0xAC:
Route BOARD_ID0 to BOARD_ID4 and BOARD_ID1 to BOARD_ID5
Figure 5-1. Socket card id example