Lab 6: SSN Decoder
Create a four output combinational block that will recognize fields in your SSN
- SSN is three fields: XXX - YY - ZZZZ
- F1 = 1 if input is equal to one of the numbers in the first group (XXX)
- F2 = 1 if input is equal to one of the numbers in the 2nd group (YY)
- F3 = 1 if input is equal to one of the numbers in the 3rd group (ZZZZ)
- F4 = 1 if input is equal to numbers in any group