팬인(fan-in) 제한 문제 : FPGA에서는 한 게이트당 최대 4개 입력까지만 가능
f=x1‾x3‾x4+x1‾x3x4‾+x2x3‾x4+x2x3x4‾f = \overline{x_1} \overline{x_3} x_4 + \overline{x_1} x_3 \overline{x_4} + x_2 \overline{x_3} x_4 + x_2 x_3 \overline{x_4}f=x1x3x4+x1x3x4+x2x3x4+x2x3x4
f=x1(x3⊕x4)+x2(x3⊕x4)‾f = x_1 (x_3 \oplus x_4) + x_2 \overline{(x_3 \oplus x_4)}f=x1(x3⊕x4)+x2(x3⊕x4)
F=A⊕B=A‾B+AB‾F = A \oplus B = \overline{A}B + A\overline{B}F=A⊕B=AB+AB
NOT & AND & OR 만으로 직접 SOP 수식 구현
위쪽/아래쪽에서 각각 x1x2‾\overline{x_1 x_2}x1x2 두 번 ⨯ 연산