LUTs (Lookup Tables)

2017. 1. 18. 23:25 from 하드웨어

Lookup Tables (LUTs)



Much of the logic in a CLB is implemented using very small amounts of RAM in the from of LUTs. IT is easy to assume that the number of system gates in an FPGA refers to the number of NAND gates and NOR gates in a particular chip. But, in reality, all combinatorial logic (ANDs, ORs, NANDs, XOR, and so on) is implemented as truth tables within LUT memory. A truth tables is a predefined list of outputs for every combination of inputs.


Here is the quick refresher from digital logic class.


The Boolean AND operation, for example, is shown in Figure 5.

Figure 5. NI LabVIEW Boolean AND Operation


The corresponding truth table for the two inputs of an AND operation is shown in Table 1.


'하드웨어' 카테고리의 다른 글

Block RAM  (0) 2017.01.18
Multipliers and DSP Slices  (0) 2017.01.18
Flip-Flops  (0) 2017.01.18
Flash Memory와 EEPROM 차이점  (0) 2017.01.18
Slew rate 란?  (0) 2016.08.19
Posted by 나무길 :