SCPS286 July 2025 TPLD2001
ADVANCE INFORMATION
When used to implement LUT functions, the 2-bit LUT take in two input signals from the connection mux and produce a single output, which goes back into the connection mux. These LUTs can be configured to any 2-input user defined function, including the following standard digital logic functions (AND, NAND, OR, NOR, XOR, XNOR).
When programmed for a LUT function, each macro-cell uses a 4-bit register to define their output function.
Table 7-17 shows the truth tables for the 2-bit LUT.
| IN1 | IN0 | OUT |
|---|---|---|
| 0 | 0 | |
| 0 | 1 | |
| 1 | 0 | |
| 1 | 1 |