KR102656764B1 - one-bit full adder - Google Patents

one-bit full adder Download PDF

Info

Publication number
KR102656764B1
KR102656764B1 KR1020220011655A KR20220011655A KR102656764B1 KR 102656764 B1 KR102656764 B1 KR 102656764B1 KR 1020220011655 A KR1020220011655 A KR 1020220011655A KR 20220011655 A KR20220011655 A KR 20220011655A KR 102656764 B1 KR102656764 B1 KR 102656764B1
Authority
KR
South Korea
Prior art keywords
transistor
electrode
fefet
signal
state
Prior art date
Application number
KR1020220011655A
Other languages
Korean (ko)
Other versions
KR20230115095A (en
Inventor
전종욱
라창호
박수길
김현경
Original Assignee
건국대학교 산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 건국대학교 산학협력단 filed Critical 건국대학교 산학협력단
Priority to KR1020220011655A priority Critical patent/KR102656764B1/en
Publication of KR20230115095A publication Critical patent/KR20230115095A/en
Application granted granted Critical
Publication of KR102656764B1 publication Critical patent/KR102656764B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/50Adding; Subtracting
    • G06F7/501Half or full adders, i.e. basic adder cells for one denomination
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
    • G06F7/50Adding; Subtracting
    • G06F7/505Adding; Subtracting in bit-parallel fashion, i.e. having a different digit-handling circuit for each denomination
    • G06F7/506Adding; Subtracting in bit-parallel fashion, i.e. having a different digit-handling circuit for each denomination with simultaneous carry generation for, or propagation over, two or more stages
    • G06F7/507Adding; Subtracting in bit-parallel fashion, i.e. having a different digit-handling circuit for each denomination with simultaneous carry generation for, or propagation over, two or more stages using selection between two conditionally calculated carry or sum values
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30029Logical and Boolean instructions, e.g. XOR, NOT
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03KPULSE TECHNIQUE
    • H03K19/00Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits
    • H03K19/02Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits using specified components
    • H03K19/185Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits using specified components using dielectric elements with variable dielectric constant, e.g. ferro-electric capacitors
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03KPULSE TECHNIQUE
    • H03K19/00Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits
    • H03K19/20Logic circuits, i.e. having at least two inputs acting on one output; Inverting circuits characterised by logic function, e.g. AND, OR, NOR, NOT circuits
    • H03K19/21EXCLUSIVE-OR circuits, i.e. giving output if input signal exists at only one input; COINCIDENCE circuits, i.e. giving output only if all input signals are identical
    • H03K19/215EXCLUSIVE-OR circuits, i.e. giving output if input signal exists at only one input; COINCIDENCE circuits, i.e. giving output only if all input signals are identical using field-effect transistors

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Analysis (AREA)
  • Computing Systems (AREA)
  • Pure & Applied Mathematics (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Optimization (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Mathematical Physics (AREA)
  • Power Engineering (AREA)
  • Logic Circuits (AREA)

Abstract

1 비트 전가산기(full adder)가 개시된다. 개시된 1 비트 전가산기는, 캐리입력(carry-in) 신호를 입력받도록 구성된 제1 입력부 및 상기 제1 입력부에 직렬 접속된 제1 XNOR(exclusive NOR) 연산부를 포함하는 제1 연산부, 및 상기 캐리입력 신호의 반전 신호(inverted signal)를 입력받도록 구성된 제2 입력부 및 상기 제2 입력부에 직렬 접속된 제2 XNOR 연산부를 포함하는 제2 연산부를 포함할 수 있다. 여기서 상기 제1 연산부 및 상기 제2 연산부는 상기 1 비트 전가산기의 가산출력 신호가 제공되는 제1 비트 라인을 통해 병렬 접속되고, 상기 제1 XNOR 연산부 및 상기 제2 XNOR 연산부의 각각은 두 개의 FeFET(Ferroelectric Field Effect Transistor) 소자를 포함하여 구성될 수 있다.A 1-bit full adder is initiated. The disclosed 1-bit full adder includes a first input unit configured to receive a carry-in signal, a first operation unit including a first XNOR (exclusive NOR) operation unit connected in series to the first input unit, and the carry input. It may include a second input unit configured to receive an inverted signal of a signal, and a second calculation unit including a second XNOR operation unit connected in series to the second input unit. Here, the first arithmetic unit and the second arithmetic unit are connected in parallel through a first bit line through which the addition output signal of the 1-bit full adder is provided, and each of the first XNOR arithmetic unit and the second XNOR arithmetic unit includes two FeFETs. It may be configured to include a (Ferroelectric Field Effect Transistor) element.

Description

1 비트 전가산기{one-bit full adder}1-bit full adder

아래의 개시는 전가산기(full adder)에 관한 것이다.The disclosure below relates to a full adder.

인공지능의 발달과 함께 소자의 고밀도 집적, 시스템 성능 향상 및 저전력 소모가 이슈로 대두되고 있다. 기존의 폰노이만 구조에서는 아무리 소자의 성능이 좋아져도 메모리와 연산 장치 간의 데이터 수신과 전송으로 인해서 속도 지연과 전력 소모가 필연적으로 발생하게 된다. 인공지능에서는 메모리와 연산 장치 간에 더 활발하게 데이터 송수신이 이루어지기 때문에 속도 지연과 전력 소모에 관한 문제가 더욱 더 주목을 받고 있다. 이에 따라 메모리 부분에서 효율적으로 연산 처리를 하는 구조에 대해 많은 연구가 진행되고 있다. 최근에는 강유전체 물질을 이용한 소자를 활용해 메모리의 연산 처리 속도를 높이고자 하는 시도가 이루어지고 있다.With the development of artificial intelligence, high-density integration of devices, improved system performance, and low power consumption are emerging as issues. In the existing von Neumann structure, no matter how much the performance of the device improves, speed delays and power consumption inevitably occur due to data reception and transmission between the memory and the computing device. In artificial intelligence, issues related to speed delay and power consumption are receiving more and more attention as data is transmitted and received more actively between memory and computing devices. Accordingly, much research is being conducted on structures that efficiently process calculations in the memory area. Recently, attempts have been made to increase the processing speed of memory by using devices using ferroelectric materials.

본 개시에 의해 해결하고자 하는 과제는 적은 개수의 소자들로 구현이 가능한 전가산기를 제공하는 것이다.The problem to be solved by the present disclosure is to provide a full adder that can be implemented with a small number of elements.

본 개시에 의해 해결하고자 하는 과제는 이상에서 언급한 과제들에 제한되지 않으며, 언급되지 않은 또 다른 과제들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.The problems to be solved by the present disclosure are not limited to the problems mentioned above, and other problems not mentioned will be clearly understood by those skilled in the art from the description below.

본 개시의 일 특징에 따르면, 1 비트 전가산기(full adder)가 제공된다. 본 1 비트 전가산기는, 캐리입력(carry-in) 신호를 입력받도록 구성된 제1 입력부 및 상기 제1 입력부에 직렬 접속된 제1 XNOR(exclusive NOR) 연산부를 포함하는 제1 연산부, 및 상기 캐리입력 신호의 반전 신호(inverted signal)를 입력받도록 구성된 제2 입력부 및 상기 제2 입력부에 직렬 접속된 제2 XNOR 연산부를 포함하는 제2 연산부를 포함할 수 있다. 상기 제1 연산부 및 상기 제2 연산부는 상기 1 비트 전가산기의 가산출력 신호가 제공되는 제1 비트 라인을 통해 병렬 접속되고, 상기 제1 XNOR 연산부 및 상기 제2 XNOR 연산부의 각각은 두 개의 FeFET(Ferroelectric Field Effect Transistor) 소자를 포함하여 구성될 수 있다.According to one feature of the present disclosure, a 1-bit full adder is provided. This 1-bit full adder includes a first input unit configured to receive a carry-in signal, a first operation unit including a first XNOR (exclusive NOR) operation unit connected in series to the first input unit, and the carry input. It may include a second input unit configured to receive an inverted signal of a signal, and a second calculation unit including a second XNOR operation unit connected in series to the second input unit. The first arithmetic unit and the second arithmetic unit are connected in parallel through a first bit line through which the addition output signal of the 1-bit full adder is provided, and each of the first XNOR arithmetic unit and the second XNOR arithmetic unit includes two FeFETs ( It may be configured to include a Ferroelectric Field Effect Transistor) element.

일 실시예에서, 상기 1 비트 전가산기는, 상기 캐리입력 신호를 입력받도록 구성된 제3 입력부 및 상기 제3 입력부에 직렬 접속된 OR 연산부를 포함하는 제3 연산부, 및 상기 캐리입력 신호의 반전 신호를 입력받도록 구성된 제4 입력부 및 상기 제4 입력부에 직렬 접속된 AND 연산부를 포함하는 제4 연산부를 더 포함한다. 상기 제3 연산부 및 상기 제4 연산부는 상기 1 비트 전가산기의 캐리출력(carry-out) 신호가 제공되는 제2 비트 라인을 통해 병렬 접속되고, 상기 OR 연산부 및 상기 AND 연산부의 각각은 하나의 FeFET 소자를 포함하여 구성된다.In one embodiment, the 1-bit full adder includes a third input unit configured to receive the carry input signal, a third operation unit including an OR operation unit serially connected to the third input unit, and an inverted signal of the carry input signal. It further includes a fourth input unit configured to receive input, and a fourth operator including an AND operator connected in series to the fourth input unit. The third operation unit and the fourth operation unit are connected in parallel through a second bit line through which a carry-out signal of the 1-bit full adder is provided, and each of the OR operation unit and the AND operation unit is connected to one FeFET. It is composed of elements.

일 실시예에서, 상기 제1 입력부는 제1 CMOS(Complementary Metal Oxide Semiconductor) 트랜지스터를 포함하고, 상기 제1 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 게이트 전극은 상기 캐리입력 신호를 입력받기 위한 전극이고, 상기 드레인 전극은 상기 제1 비트 라인에 접속된다.In one embodiment, the first input unit includes a first Complementary Metal Oxide Semiconductor (CMOS) transistor, the first CMOS transistor has a gate electrode, a source electrode, and a drain electrode, and the gate electrode receives the carry input signal. It is an electrode for receiving input, and the drain electrode is connected to the first bit line.

일 실시예에서, 상기 제1 XNOR 연산부는 제2 CMOS 트랜지스터와 제1 FeFET 트랜지스터의 직렬접속 및 제3 CMOS 트랜지스터와 제2 FeFET 트랜지스터의 직렬접속의 병렬접속을 포함하고, 상기 제2 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 제1 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 제2 CMOS 트랜지스터의 게이트 전극은 상기 1 비트 전가산기로의 제1 입력 신호를 입력받기 위한 전극이고, 상기 제2 CMOS 트랜지스터의 드레인 전극은 상기 제1 CMOS 트랜지스터의 소스 전극에 접속되고, 상기 제2 CMOS 트랜지스터의 소스 전극은 상기 제1 FeFET 트랜지스터의 드레인 전극에 접속되고, 상기 제1 FeFET 트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고, 상기 제1 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고, 상기 제1 FeFET 트랜지스터는 상기 1 비트 전가산기로의 제2 입력 신호에 상응하는 상태로 프로그램되는 트랜지스터이다.In one embodiment, the first Having an electrode, a source electrode, and a drain electrode, the first FeFET transistor has a gate electrode, a source electrode, and a drain electrode, and the gate electrode of the second CMOS transistor receives the first input signal to the 1-bit full adder. an electrode for, the drain electrode of the second CMOS transistor is connected to the source electrode of the first CMOS transistor, the source electrode of the second CMOS transistor is connected to the drain electrode of the first FeFET transistor, and the first FeFET The gate electrode of the transistor is an electrode for receiving a logic 0 signal, the source electrode of the first FeFET transistor is connected to a ground line, and the first FeFET transistor is in a state corresponding to the second input signal to the 1-bit full adder. It is a transistor that is programmed with .

일 실시예에서, 상기 제3 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 제2 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 제3 CMOS 트랜지스터의 게이트 전극은 상기 제1 입력 신호의 반전 신호를 입력받기 위한 전극이고, 상기 제3 CMOS 트랜지스터의 드레인 전극은 상기 제1 CMOS 트랜지스터의 소스 전극에 접속되고, 상기 제3 CMOS 트랜지스터의 소스 전극은 상기 제2 FeFET 트랜지스터의 드레인 전극에 접속되고, 상기 제2 FeFET 트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고, 상기 제2 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고, 상기 제2 FeFET 트랜지스터는 상기 제2 입력 신호의 반전 신호에 상응하는 상태로 프로그램되는 트랜지스터이다.In one embodiment, the third CMOS transistor has a gate electrode, a source electrode, and a drain electrode, the second FeFET transistor has a gate electrode, a source electrode, and a drain electrode, and the gate electrode of the third CMOS transistor is the first electrode. 1 is an electrode for receiving an inverted signal of an input signal, the drain electrode of the third CMOS transistor is connected to the source electrode of the first CMOS transistor, and the source electrode of the third CMOS transistor is connected to the drain of the second FeFET transistor. It is connected to an electrode, the gate electrode of the second FeFET transistor is an electrode for receiving a logic 0 signal, the source electrode of the second FeFET transistor is connected to the ground line, and the second FeFET transistor is an electrode for receiving the logic 0 signal. It is a transistor that is programmed into a state corresponding to an inverting signal.

일 실시예에서, 상기 제2 입력부는 제4 CMOS 트랜지스터를 포함하고, 상기 제4 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 게이트 전극은 상기 캐리입력 신호의 반전 신호를 입력받기 위한 전극이고, 상기 드레인 전극은 상기 제1 비트 라인에 접속된다.In one embodiment, the second input unit includes a fourth CMOS transistor, the fourth CMOS transistor has a gate electrode, a source electrode, and a drain electrode, and the gate electrode is used to receive an inverted signal of the carry input signal. electrode, and the drain electrode is connected to the first bit line.

일 실시예에서, 상기 제2 XNOR 연산부는 제5 CMOS 트랜지스터와 제3 FeFET 트랜지스터의 직렬접속 및 제6 CMOS 트랜지스터와 제4 FeFET 트랜지스터의 직렬접속의 병렬접속을 포함하고, 상기 제5 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 제3 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 제5 CMOS 트랜지스터의 게이트 전극은 상기 1 비트 전가산기로의 제1 입력 신호의 반전 신호를 입력받기 위한 전극이고, 상기 제5 CMOS 트랜지스터의 드레인 전극은 상기 제4 CMOS 트랜지스터의 소스 전극에 접속되고, 상기 제5 CMOS 트랜지스터의 소스 전극은 상기 제3 FeFET 트랜지스터의 드레인 전극에 접속되고, 상기 제3 FeFET 트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고, 상기 제3 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고, 상기 제3 FeFET 트랜지스터는 상기 1 비트 전가산기로의 제2 입력 신호에 상응하는 상태로 프로그램되는 트랜지스터이다.In one embodiment, the second The third FeFET transistor has a gate electrode, a source electrode and a drain electrode, and the gate electrode of the fifth CMOS transistor is an inverted signal of the first input signal to the 1-bit full adder. is an electrode for receiving an input, the drain electrode of the fifth CMOS transistor is connected to the source electrode of the fourth CMOS transistor, the source electrode of the fifth CMOS transistor is connected to the drain electrode of the third FeFET transistor, The gate electrode of the third FeFET transistor is an electrode for receiving a logic 0 signal, the source electrode of the third FeFET transistor is connected to the ground line, and the third FeFET transistor is connected to the second input signal to the 1-bit full adder. It is a transistor that is programmed into the corresponding state.

일 실시예에서, 상기 제6 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 제4 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 제6 CMOS 트랜지스터의 게이트 전극은 상기 제1 입력 신호를 입력받기 위한 전극이고, 상기 제6 CMOS 트랜지스터의 드레인 전극은 상기 제4 CMOS 트랜지스터의 소스 전극에 접속되고, 상기 제6 CMOS 트랜지스터의 소스 전극은 상기 제4 FeFET 트랜지스터의 드레인 전극에 접속되고, 상기 제4 FeFET 트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고, 상기 제4 FeFET 트랜지스터의 소스 전극은 상기 접지선에 접속되고, 상기 제4 FeFET 트랜지스터는 상기 제2 입력 신호의 반전 신호에 상응하는 상태로 프로그램되는 트랜지스터이다.In one embodiment, the sixth CMOS transistor has a gate electrode, a source electrode, and a drain electrode, the fourth FeFET transistor has a gate electrode, a source electrode, and a drain electrode, and the gate electrode of the sixth CMOS transistor is the first electrode. 1 An electrode for receiving an input signal, the drain electrode of the sixth CMOS transistor is connected to the source electrode of the fourth CMOS transistor, and the source electrode of the sixth CMOS transistor is connected to the drain electrode of the fourth FeFET transistor. The gate electrode of the fourth FeFET transistor is an electrode for receiving a logic 0 signal, the source electrode of the fourth FeFET transistor is connected to the ground line, and the fourth FeFET transistor receives the inversion signal of the second input signal. It is a transistor that is programmed into a state corresponding to .

일 실시예에서, 상기 제3 입력부는 제7 CMOS 트랜지스터를 포함하고, 상기 제7 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 게이트 전극은 상기 캐리입력 신호를 입력받기 위한 전극이고, 상기 드레인 전극은 상기 제2 비트 라인에 접속된다.In one embodiment, the third input unit includes a seventh CMOS transistor, the seventh CMOS transistor has a gate electrode, a source electrode, and a drain electrode, and the gate electrode is an electrode for receiving the carry input signal, The drain electrode is connected to the second bit line.

일 실시예에서, 상기 OR 연산부는 제5 FeFET 트랜지스터를 포함하고, 상기 제5 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 포함하고, 상기 제5 FeFET 트랜지스터의 게이트 전극은 상기 1 비트 전가산기로의 제1 입력 신호를 입력받기 위한 전극이고, 상기 제5 FeFET 트랜지스터의 드레인 전극은 상기 제7 CMOS 트랜지스터의 소스 전극에 접속되고, 상기 제5 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고, 상기 제5 FeFET 트랜지스터는 상기 1 비트 전가산기로의 제2 입력 신호에 상응하는 상태로 프로그램되는 트랜지스터이다.In one embodiment, the OR operator includes a fifth FeFET transistor, the fifth FeFET transistor includes a gate electrode, a source electrode, and a drain electrode, and the gate electrode of the fifth FeFET transistor is the 1-bit full adder. is an electrode for receiving the first input signal, the drain electrode of the fifth FeFET transistor is connected to the source electrode of the seventh CMOS transistor, the source electrode of the fifth FeFET transistor is connected to the ground line, and the fifth FeFET transistor is connected to the source electrode of the seventh CMOS transistor. The FeFET transistor is a transistor that is programmed to a state corresponding to the second input signal to the 1-bit full adder.

일 실시예에서, 상기 제4 입력부는 제8 CMOS 트랜지스터를 포함하고, 상기 제8 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 게이트 전극은 상기 캐리입력 신호의 반전 신호를 입력받기 위한 전극이고, 상기 드레인 전극은 상기 제2 비트 라인에 접속된다.In one embodiment, the fourth input unit includes an eighth CMOS transistor, the eighth CMOS transistor has a gate electrode, a source electrode, and a drain electrode, and the gate electrode is used to receive an inverted signal of the carry input signal. electrode, and the drain electrode is connected to the second bit line.

일 실시예에서, 상기 AND 연산부는 제9 CMOS 트랜지스터 및 상기 제9 CMOS 트랜지스터에 직렬 접속된 제6 FeFET 트랜지스터를 포함하고, 상기 제9 CMOS트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 포함하고, 상기 제6 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 포함하고, 상기 제9 CMOS 트랜지스터의 게이트 전극은 상기 1 비트 전가산기로의 제1 입력 신호를 입력받기 위한 전극이고, 상기 제9 CMOS 트랜지스터의 드레인 전극은 상기 제8 CMOS 트랜지스터의 소스 전극에 접속되고, 상기 제6 FeFET트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고, 상기 제6 FeFET 트랜지스터의 드레인 전극은 상기 제9 CMOS 트랜지스터의 소스 전극에 접속되고, 상기 제6 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고, 상기 제6 FeFET 트랜지스터는 상기 1 비트 전가산기로의 제2 입력 신호에 상응하는 상태로 프로그램되는 트랜지스터이다.In one embodiment, the AND operation unit includes a ninth CMOS transistor and a sixth FeFET transistor connected in series to the ninth CMOS transistor, and the ninth CMOS transistor includes a gate electrode, a source electrode, and a drain electrode, The sixth FeFET transistor includes a gate electrode, a source electrode, and a drain electrode, the gate electrode of the ninth CMOS transistor is an electrode for receiving the first input signal to the 1-bit full adder, and the gate electrode of the ninth CMOS transistor is an electrode for receiving the first input signal to the 1-bit full adder. The drain electrode is connected to the source electrode of the eighth CMOS transistor, the gate electrode of the sixth FeFET transistor is an electrode for receiving a logic 0 signal, and the drain electrode of the sixth FeFET transistor is the source electrode of the ninth CMOS transistor. electrode, the source electrode of the sixth FeFET transistor is connected to a ground line, and the sixth FeFET transistor is a transistor programmed to a state corresponding to a second input signal to the 1-bit full adder.

일 실시예에서, 상기 제1 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고, 상기 제2 입력 신호가 로직 0 신호인 경우 상기 제1 FeFET 트랜지스터는 제1 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제1 FeFET 트랜지스터는 제2 상태로 프로그램된다.In one embodiment, the first FeFET transistor is programmable to be in either a first state or a second state, and when the second input signal is a logic 0 signal, the first FeFET transistor is programmable to the first state. And, when the second input signal is a logic 1 signal, the first FeFET transistor is programmed to the second state.

일 실시예에서, 상기 제2 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고, 상기 제2 입력 신호가 로직 0 신호인 경우 상기 제2 FeFET 트랜지스터는 제2 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제2 FeFET 트랜지스터는 제1 상태로 프로그램된다.In one embodiment, the second FeFET transistor is programmable to be in either a first state or a second state, and when the second input signal is a logic 0 signal, the second FeFET transistor is programmable to the second state. And, when the second input signal is a logic 1 signal, the second FeFET transistor is programmed to the first state.

일 실시예에서, 상기 제3 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고, 상기 제2 입력 신호가 로직 0 신호인 경우 상기 제3 FeFET 트랜지스터는 제1 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제3 FeFET 트랜지스터는 제2 상태로 프로그램된다.In one embodiment, the third FeFET transistor is programmable to be in either a first state or a second state, and when the second input signal is a logic 0 signal, the third FeFET transistor is programmable to the first state. And, when the second input signal is a logic 1 signal, the third FeFET transistor is programmed to the second state.

일 실시예에서, 상기 제4 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고, 상기 제2 입력 신호가 로직 0 신호인 경우 상기 제4 FeFET 트랜지스터는 제2 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제4 FeFET 트랜지스터는 제1 상태로 프로그램된다.In one embodiment, the fourth FeFET transistor is programmable to be in either a first state or a second state, and when the second input signal is a logic 0 signal, the fourth FeFET transistor is programmable to the second state. And, when the second input signal is a logic 1 signal, the fourth FeFET transistor is programmed to the first state.

일 실시예에서, 상기 제5 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고, 상기 제2 입력 신호가 로직 0 신호인 경우 상기 제5 FeFET 트랜지스터는 제1 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제5 FeFET 트랜지스터는 제2 상태로 프로그램된다.In one embodiment, the fifth FeFET transistor is programmable to be in either a first state or a second state, and when the second input signal is a logic 0 signal, the fifth FeFET transistor is programmable to the first state. And, when the second input signal is a logic 1 signal, the fifth FeFET transistor is programmed to the second state.

일 실시예에서, 상기 제6 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고, 상기 제2 입력 신호가 로직 0 신호인 경우 상기 제6 FeFET 트랜지스터는 제1 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제6 FeFET 트랜지스터는 제2 상태로 프로그램된다.In one embodiment, the sixth FeFET transistor is programmable to be in one of a first state and a second state, and when the second input signal is a logic 0 signal, the sixth FeFET transistor is programmable to the first state. And, when the second input signal is a logic 1 signal, the sixth FeFET transistor is programmed to the second state.

개시된 실시예들에 따르면 적은 개수의 소자들로 전가산기를 구현할 수 있는 기술적 효과가 있다.According to the disclosed embodiments, there is a technical effect of being able to implement a full adder with a small number of elements.

도 1a는 FeFET(Ferroelectric Field Effect Transistor) 트랜지스터의 일 실시예의 구조를 도시한 도면이다.
도 1b는 FeFET 트랜지스터의 등가 회로를 도시한 도면이다.
도 1c는 FeFET 트랜지스터의 I-V 특성곡선의 일 실시예를 도시한 도면이다.
도 1d는 FeFET 트랜지스터의 동작을 설명하기 위한 진리표를 도시한 도면이다.
도 2는 FeFET 트랜지스터들을 이용하여 구성한 1 비트 전가산기(one-bit full adder)의 일 실시예의 회로도를 도시한 도면이다.
FIG. 1A is a diagram illustrating the structure of an embodiment of a Ferroelectric Field Effect Transistor (FeFET) transistor.
Figure 1b is a diagram showing the equivalent circuit of a FeFET transistor.
Figure 1c is a diagram showing an example of the IV characteristic curve of a FeFET transistor.
Figure 1d is a diagram showing a truth table for explaining the operation of a FeFET transistor.
Figure 2 is a diagram showing a circuit diagram of one embodiment of a one-bit full adder constructed using FeFET transistors.

실시예들에 대한 특정한 구조적 또는 기능적 설명들은 단지 예시를 위한 목적으로 개시된 것으로서, 다양한 형태로 변경되어 구현될 수 있다. 따라서, 실제 구현되는 형태는 개시된 특정 실시예로만 한정되는 것이 아니며, 본 개시의 범위는 실시예들로 설명한 기술적 사상에 포함되는 변경, 균등물, 또는 대체물을 포함한다.Specific structural or functional descriptions of the embodiments are disclosed for illustrative purposes only and may be changed and implemented in various forms. Accordingly, the actual implementation form is not limited to the specific disclosed embodiments, and the scope of the present disclosure includes changes, equivalents, or substitutes included in the technical idea described in the embodiments.

"제1" 또는 "제2" 등의 용어를 다양한 구성요소들을 설명하는데 사용될 수 있지만, 이런 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 해석되어야 한다. 예를 들어, "제1 구성요소"는 "제2 구성요소"로 명명될 수 있고, 유사하게 "제2 구성요소"는 "제1 구성요소"로도 명명될 수 있다.Although terms such as “first” or “second” may be used to describe various components, these terms should be interpreted only for the purpose of distinguishing one component from another component. For example, a “first component” may be named a “second component” and similarly, a “second component” may also be named a “first component”.

어떤 구성요소가 다른 구성요소에 "연결되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다.When a component is referred to as being “connected” to another component, it should be understood that it may be directly connected or connected to the other component, but that other components may exist in between.

단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 개시에서, "포함하다" 또는 "가지다" 등의 용어는 설명된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함으로 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.Singular expressions include plural expressions unless the context clearly dictates otherwise. In the present disclosure, terms such as "comprise" or "have" are intended to designate the presence of the described features, numbers, steps, operations, components, parts, or combinations thereof, and are intended to indicate the presence of one or more other features or numbers, It should be understood that this does not exclude in advance the possibility of the presence or addition of steps, operations, components, parts, or combinations thereof.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 해당 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가진다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 의미를 갖는 것으로 해석되어야 하며, 본 개시에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless otherwise defined, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by a person of ordinary skill in the art. Terms such as those defined in commonly used dictionaries should be interpreted as having a meaning consistent with the meaning in the context of the related technology, and should not be interpreted in an idealized or overly formal sense unless explicitly defined in the present disclosure. No.

이하, 실시예들을 첨부된 도면들을 참조하여 상세하게 설명한다. 첨부 도면을 참조하여 설명함에 있어, 도면 부호에 관계없이 동일한 구성 요소는 동일한 참조 부호를 부여하고, 이에 대한 중복되는 설명은 생략하기로 한다.Hereinafter, embodiments will be described in detail with reference to the attached drawings. In the description with reference to the accompanying drawings, identical components will be assigned the same reference numerals regardless of the reference numerals, and overlapping descriptions thereof will be omitted.

도 1a, 도 1b, 도 1c 및 도 1d는 각각 FeFET(Ferroelectric Field Effect Transistor) 트랜지스터의 일 실시예의 구조, FeFET 트랜지스터의 등가 회로, FeFET 트랜지스터의 I-V 특성곡선의 일 실시예 및 FeFET 트랜지스터의 동작을 설명하기 위한 진리표를 도시한 도면들이다.1A, 1B, 1C, and 1D respectively illustrate the structure of an embodiment of a Ferroelectric Field Effect Transistor (FeFET) transistor, an equivalent circuit of an FeFET transistor, an embodiment of an I-V characteristic curve of a FeFET transistor, and an operation of the FeFET transistor. These are drawings showing the truth table for:

먼저 도 1a를 참조하면, FeFET 트랜지스터의 일 실시예의 구조가 도시되어 있다. FeFET 트랜지스터(100)는 P 타입의 웰 영역(110)을 포함할 수 있다. P 타입의 웰 영역(110)은 기판(도시되지 않음)의 상부에서 P 도전형의 이온들을 주입함으로써 생성될 수 있다. FeFET 트랜지스터(100)는 P 타입의 웰 영역(110) 상에 형성된 게이트 절연막(120)을 더 포함할 수 있다. 일 실시예에서, 게이트 절연막(120)은 산화막, 질화막, 산화질화막, 금속산화막 또는 이들이 다층으로 적층된 막으로 형성될 수 있다. FeFET 트랜지스터(100)는 게이트 절연막(120) 상에 형성된 금속층(130), FE(Ferroelectric) 층(140) 및 게이트 전극(150)을 더 포함할 수 있다. FE 층(140)은 커패시턴스(capacitance) 작용을 하는 강유전체 물질로 형성될 수 있다. 일 실시예에서, FE 층(140)은 하프늄 산화물층, 지르코늄 산화물층, 하프늄 티타네이트층 또는 하프튬 지르코늄 산화물층을 포함할 수 있다. 일 실시예에서, FE 층(140)은 상기 층들 중 둘 이상의 복합체 층으로 형성될 수 있다. FeFET 트랜지스터(100)는 FE 층(140)으로 인해 히스테리시스(hysteresis) 전류 전압(I-V) 특성을 가질 수 있게 된다. 게이트 전극(150)은 폴리실리콘 또는 금속과 같은 물질로 형성될 수 있다. 게이트 전극(150)은 웰의 도핑 타입과 반대되는 도핑 타입을 가질 수 있다. 도시된 실시예에서는 웰 영역(110)의 도핑 타입이 P이므로 게이트 전극(150)은 N 타입의 이온들에 의해 도핑될 수 있다. FeFET 트랜지스터(100)는 게이트 절연막(120)의 아래에 그리고 게이트 절연막(120)의 좌우측에 서로 이격되어 형성된 도핑 영역들(160, 170)을 더 포함할 수 있다. 도핑 영역들(160, 170)은 게이트 전극(150)의 도핑 타입과 동일 타입의 이온들의 주입에 의해 P 타입의 웰 영역(110) 내에 형성될 수 있다. 그러므로 게이트 전극(150)과 마찬가지로, 도핑 영역들(160, 170)은 웰 영역(110)의 도핑 타입과는 반대되는 도핑 타입을 가질 수 있다. 도시된 실시예에서는 게이트 전극(150)이 N 타입의 이온들로 도핑되므로 도핑 영역들(160, 170)은 N 타입의 이온들의 주입에 의해 형성될 수 있다. 도핑 영역(160)은 FeFET 트랜지스터(100)의 드레인을 구성하고, 도핑 영역(170)은 FeFET 트랜지스터(100)의 소스를 구성할 수 있다. 일 실시예에서, FeFET 트랜지스터(100)는 멀티 나노시트 CMOS(multi-nanosheet complementary metal oxide semiconductor)를 근간으로 한 FeFET이다. 도 1b를 참조하면, FeFET 트랜지스터의 등가 회로가 도시되어 있다. 도시된 바와 같이 FeFET 트랜지스터(100)는 CMOS 트랜지스터와 강유전체를 나타내는 커패시턴스 성분()이 직렬 연결된 회로로 나타낼 수 있다. 이상의 설명에서는 N 타입 FeFET 트랜지스터를 예로 들어 FeFET 트랜지스터의 구조를 설명하였으나, P 타입 FeFET 트랜지스터도 도전형에 있어서의 차이를 제외하고는 유사한 구조를 가질 수 있음에 유의하여야 한다.Referring first to Figure 1A, the structure of one embodiment of a FeFET transistor is shown. The FeFET transistor 100 may include a P-type well region 110. The P-type well region 110 may be created by implanting P-type ions from the top of a substrate (not shown). The FeFET transistor 100 may further include a gate insulating film 120 formed on the P-type well region 110. In one embodiment, the gate insulating film 120 may be formed of an oxide film, a nitride film, an oxynitride film, a metal oxide film, or a multi-layered film thereof. The FeFET transistor 100 may further include a metal layer 130, a ferroelectric (FE) layer 140, and a gate electrode 150 formed on the gate insulating film 120. The FE layer 140 may be formed of a ferroelectric material that functions as capacitance. In one embodiment, the FE layer 140 may include a hafnium oxide layer, a zirconium oxide layer, a hafnium titanate layer, or a haftium zirconium oxide layer. In one embodiment, FE layer 140 may be formed from a composite layer of two or more of the above layers. The FeFET transistor 100 can have hysteresis current voltage (IV) characteristics due to the FE layer 140. The gate electrode 150 may be formed of a material such as polysilicon or metal. The gate electrode 150 may have a doping type opposite to that of the well. In the illustrated embodiment, since the doping type of the well region 110 is P, the gate electrode 150 may be doped with N-type ions. The FeFET transistor 100 may further include doped regions 160 and 170 formed below the gate insulating film 120 and on the left and right sides of the gate insulating film 120 to be spaced apart from each other. The doped regions 160 and 170 may be formed in the P-type well region 110 by implanting ions of the same type as the doping type of the gate electrode 150. Therefore, like the gate electrode 150, the doped regions 160 and 170 may have a doping type opposite to that of the well region 110. In the illustrated embodiment, the gate electrode 150 is doped with N-type ions, so the doped regions 160 and 170 may be formed by implantation of N-type ions. The doped region 160 may form the drain of the FeFET transistor 100, and the doped region 170 may form the source of the FeFET transistor 100. In one embodiment, the FeFET transistor 100 is a FeFET based on a multi-nanosheet complementary metal oxide semiconductor (CMOS). Referring to Figure 1b, the equivalent circuit of a FeFET transistor is shown. As shown, the FeFET transistor 100 has a capacitance component representing a CMOS transistor and a ferroelectric ( ) can be expressed as a series-connected circuit. In the above description, the structure of the FeFET transistor was explained using the N-type FeFET transistor as an example, but it should be noted that the P-type FeFET transistor may also have a similar structure except for the difference in conductivity type.

도 1c는 FeFET 트랜지스터의 I-V 특성곡선의 일 실시예를 도시한 도면이다.Figure 1c is a diagram showing an example of the I-V characteristic curve of a FeFET transistor.

도시된 바와 같이, FeFET 트랜지스터(100)는 히스테리시스 전류 전압(I-V) 특성을 가진다. FeFET 트랜지스터(100)의 게이드 전극과 소스 전극 간의 전압()이 임계전압(threshold voltage) 이상이 되면, 도 1c에서 위로 향하는 화살표로 나타낸 바와 같이 FeFET 트랜지스터(100)는 턴 온되어 그 드레인과 소스 간에 전류()가 흐르게 된다. 그러나 게이드 전극과 소스 전극 간의 전압()이 임계전압 이하로 떨어지더라도 FeFET 트랜지스터(100)는 바로 턴 오프되지 않는다. 도 1c에서 아래로 향하는 화살표로 나타낸 바와 같이 전압()이 0 V 부근까지 하강하더라도 전류()는 급격히 떨어지지 않고 완만히 하강하는 경향을 보인다. 즉 FeFET 트랜지스터(100)가 턴 온되어 있는 상태에서 전압()이 하강하더라도 FeFET 트랜지스터(100)는 이 전의 상태를 그대로 유지하게 된다. FeFET 트랜지스터(100)는 전류()가 덜 흐르는 상태(턴 오프 상태)인 제1 상태 및 전류()가 많이 흐르는 상태(턴 온 상태)인 제2 상태 중 어느 하나의 상태에 있을 수 있는데, 새로이 입력되는 전압()에 따른 그 상태 변화를 진리표(truth table)로 정리하면 도 1d와 같다. 도 1d에 도시한 바와 같이, FeFET 트랜지스터(100)가 현재 제1 상태에 있고 새로이 입력되는 전압()이 로직 0인 경우, FeFET 트랜지스터(100)는 제1 상태를 유지한다. FeFET 트랜지스터(100)가 현재 제1 상태에 있고 새로이 입력되는 전압()이 로직 1인 경우, FeFET 트랜지스터(100)는 제2 상태로 천이한다. FeFET 트랜지스터(100)가 현재 제2 상태에 있고 새로이 입력되는 전압()이 로직 0인 경우, FeFET 트랜지스터(100)는 제2 상태를 유지한다. FeFET 트랜지스터(100)가 현재 제2 상태에 있고 새로이 입력되는 전압()이 로직 1인 경우 또한 FeFET 트랜지스터(100)는 제2 상태를 유지한다. 정리하면 FeFET 트랜지스터(100)가 현재 제1 상태에 있는 경우는 새로이 입력되는 전압()이 무엇인지에 따라 그 상태가 결정되고, FeFET 트랜지스터(100)가 현재 제2 상태에 있는 경우는 전압()이 무엇인지에 관계없이 제2 상태를 그대로 유지한다. 이러한 FeFET 트랜지스터(100)의 특성을 이용하여 경제적으로 논리회로를 구성하는 것이 가능하다.As shown, the FeFET transistor 100 has hysteresis current voltage (IV) characteristics. Voltage between the gate electrode and source electrode of the FeFET transistor 100 ( When ) is above the threshold voltage, the FeFET transistor 100 is turned on, as shown by the upward arrow in FIG. 1C, and a current ( ) flows. However, the voltage between the gate electrode and the source electrode ( Even if ) falls below the threshold voltage, the FeFET transistor 100 does not turn off immediately. As indicated by the downward arrow in Figure 1c, the voltage ( ) even if it falls to around 0 V, the current ( ) does not fall sharply but tends to fall gently. That is, when the FeFET transistor 100 is turned on, the voltage ( Even if ) falls, the FeFET transistor 100 maintains its previous state. The FeFET transistor 100 has a current ( ) and the first state and current (turn-off state) in which less current flows (turn-off state). ) may be in one of the second states in which a lot of voltage flows (turn-on state), and the newly input voltage ( ) The state changes according to ) are summarized in a truth table as shown in Figure 1d. As shown in FIG. 1D, the FeFET transistor 100 is currently in the first state and the newly input voltage ( ) is logic 0, the FeFET transistor 100 maintains the first state. The FeFET transistor 100 is currently in the first state and the newly input voltage ( ) is logic 1, the FeFET transistor 100 transitions to the second state. The FeFET transistor 100 is currently in the second state and the newly input voltage ( ) is logic 0, the FeFET transistor 100 maintains the second state. The FeFET transistor 100 is currently in the second state and the newly input voltage ( ) is logic 1, the FeFET transistor 100 maintains the second state. In summary, when the FeFET transistor 100 is currently in the first state, the newly input voltage ( ) is determined depending on what the state is, and when the FeFET transistor 100 is currently in the second state, the voltage ( ), the second state remains the same regardless of what it is. It is possible to economically construct a logic circuit using the characteristics of the FeFET transistor 100.

도 2는 FeFET 트랜지스터들을 이용하여 구성한 1 비트 전가산기(one-bit full adder)의 일 실시예의 회로도를 도시한 도면이다.Figure 2 is a diagram showing a circuit diagram of one embodiment of a one-bit full adder constructed using FeFET transistors.

도 2에 도시된 1 비트 전가산기의 일 실시예는 가산출력 신호(S)에 대한 논리식인 수학식 1 및 캐리출력 신호()에 대한 논리식인 수학식 2를 구현하도록 설계될 수 있다.One embodiment of the 1-bit full adder shown in FIG. 2 uses Equation 1, which is a logical expression for the addition output signal (S), and the carry output signal ( ) can be designed to implement Equation 2, which is the logical expression for ).

여기서 S는 1 비트 전가산기(200)로부터 출력되는 가산출력 신호를 나타내고, X 및 Y는 각각 1 비트 전가산기(200)로 입력되는 제1 입력 신호 및 제2 입력 신호를 나타내고, 은 1 비트 전가산기(200)로 입력되는 캐리입력(carry-in) 신호를 나타낸다.Here, S represents the addition output signal output from the 1-bit full adder 200, X and Y represent the first and second input signals respectively input to the 1-bit full adder 200, represents a carry-in signal input to the 1-bit full adder 200.

여기서 는 1 비트 전가산기(200)로부터 출력되는 캐리출력 신호를 나타낸다.here represents the carry output signal output from the 1-bit full adder 200.

도 2에 도시된 바와 같이, 1 비트 전가산기(200)는 가산출력 신호(S)를 제공하기 위한 제1 연산부 및 제2 연산부를 포함할 수 있다. 제1 연산부는 캐리입력(carry-in) 신호 ()를 입력받도록 구성된 제1 입력부 및 제1 입력부에 직렬 접속된 제1 XNOR(exclusive NOR) 연산부를 포함할 수 있다. 제1 입력부는 제1 CMOS 트랜지스터(221)를 포함하고, 제1 CMOS 트랜지스터(221)는 게이트 전극, 소스 전극 및 드레인 전극을 가지는데, 여기서 그 게이트 전극은 캐리입력 신호()를 입력받기 위한 전극이고, 그 드레인 전극은 1 비트 전가산기(200)의 가산출력 신호(S)가 제공되는 제1 비트 라인(BL1)에 접속될 수 있다. 제1 XNOR 연산부는 제2 CMOS 트랜지스터(222)와 제1 FeFET 트랜지스터(241)의 직렬접속 및 제3 CMOS 트랜지스터(223)와 제2 FeFET 트랜지스터(242)의 직렬접속의 병렬접속을 포함할 수 있다. 제2 CMOS 트랜지스터(222)는 게이트 전극, 소스 전극 및 드레인 전극을 가질 수 있다. 제1 FeFET 트랜지스터(241)는 게이트 전극, 소스 전극 및 드레인 전극을 가질 수 있다. 제2 CMOS 트랜지스터(222)의 게이트 전극은 1 비트 전가산기(200)로의 제1 입력 신호를 입력받기 위한 전극이고, 제2 CMOS 트랜지스터(222)의 드레인 전극은 제1 CMOS 트랜지스터(221)의 소스 전극에 접속될 수 있다. 제2 CMOS 트랜지스터(222)의 소스 전극은 제1 FeFET 트랜지스터(241)의 드레인 전극에 접속될 수 있다. 제1 FeFET 트랜지스터(241)의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고, 제1 FeFET 트랜지스터(241)의 소스 전극은 접지선(GND)에 접속될 수 있다. 제1 FeFET 트랜지스터(241)는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하다. 제1 FeFET 트랜지스터(241)는 1 비트 전가산기(200)로의 제2 입력 신호에 상응하는 상태로 프로그램될 수 있다. 제2 입력 신호가 로직 0 신호인 경우 제1 FeFET 트랜지스터(241)는 제1 상태로 프로그램되고, 제2 입력 신호가 로직 1 신호인 경우 제1 FeFET 트랜지스터(241)는 제2 상태로 프로그램될 수 있다.As shown in FIG. 2, the 1-bit full adder 200 may include a first operation unit and a second operation unit to provide an addition output signal (S). The first operation unit carries a carry-in signal ( ) may include a first input unit configured to receive input, and a first XNOR (exclusive NOR) operation unit connected in series to the first input unit. The first input unit includes a first CMOS transistor 221, and the first CMOS transistor 221 has a gate electrode, a source electrode, and a drain electrode, where the gate electrode is a carry input signal ( ), and its drain electrode can be connected to the first bit line BL1 to which the addition output signal (S) of the 1-bit full adder 200 is provided. The first . The second CMOS transistor 222 may have a gate electrode, a source electrode, and a drain electrode. The first FeFET transistor 241 may have a gate electrode, a source electrode, and a drain electrode. The gate electrode of the second CMOS transistor 222 is an electrode for receiving the first input signal to the 1-bit full adder 200, and the drain electrode of the second CMOS transistor 222 is the source electrode of the first CMOS transistor 221. It can be connected to an electrode. The source electrode of the second CMOS transistor 222 may be connected to the drain electrode of the first FeFET transistor 241. The gate electrode of the first FeFET transistor 241 is an electrode for receiving a logic 0 signal, and the source electrode of the first FeFET transistor 241 may be connected to the ground line (GND). The first FeFET transistor 241 is programmable to be in either a first state or a second state. The first FeFET transistor 241 may be programmed to a state corresponding to the second input signal to the 1-bit full adder 200. When the second input signal is a logic 0 signal, the first FeFET transistor 241 can be programmed to the first state, and when the second input signal is a logic 1 signal, the first FeFET transistor 241 can be programmed to the second state. there is.

제3 CMOS 트랜지스터(223)는 게이트 전극, 소스 전극 및 드레인 전극을 가질 수 있다. 제2 FeFET 트랜지스터(242)는 게이트 전극, 소스 전극 및 드레인 전극을 가질 수 있다. 제3 CMOS 트랜지스터(223)의 게이트 전극은 제1 입력 신호의 반전 신호를 입력받기 위한 전극이고, 제3 CMOS 트랜지스터(223)의 드레인 전극은 제1 CMOS 트랜지스터(221)의 소스 전극에 접속될 수 있다. 제3 CMOS 트랜지스터(223)의 소스 전극은 제2 FeFET 트랜지스터(242)의 드레인 전극에 접속될 수 있다. 제2 FeFET 트랜지스터(242)의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고, 제2 FeFET 트랜지스터(242)의 소스 전극은 접지선(GND)에 접속될 수 있다. 제2 FeFET 트랜지스터(242)는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하다. 제2 FeFET 트랜지스터(242)는 제2 입력 신호의 반전 신호에 상응하는 상태로 프로그램될 수 있다. 제2 입력 신호가 로직 0 신호인 경우 제2 FeFET 트랜지스터(242)는 제2 상태로 프로그램되고, 제2 입력 신호가 로직 1 신호인 경우 제2 FeFET 트랜지스터(242)는 제1 상태로 프로그램될 수 있다.The third CMOS transistor 223 may have a gate electrode, a source electrode, and a drain electrode. The second FeFET transistor 242 may have a gate electrode, a source electrode, and a drain electrode. The gate electrode of the third CMOS transistor 223 is an electrode for receiving the inversion signal of the first input signal, and the drain electrode of the third CMOS transistor 223 may be connected to the source electrode of the first CMOS transistor 221. there is. The source electrode of the third CMOS transistor 223 may be connected to the drain electrode of the second FeFET transistor 242. The gate electrode of the second FeFET transistor 242 is an electrode for receiving a logic 0 signal, and the source electrode of the second FeFET transistor 242 may be connected to the ground line (GND). The second FeFET transistor 242 is programmable to be in either the first state or the second state. The second FeFET transistor 242 may be programmed to a state corresponding to the inverted signal of the second input signal. When the second input signal is a logic 0 signal, the second FeFET transistor 242 can be programmed to the second state, and when the second input signal is a logic 1 signal, the second FeFET transistor 242 can be programmed to the first state. there is.

제2 연산부는 캐리입력 신호()의 반전 신호(inverted signal)를 입력받도록 구성된 제2 입력부 및 제2 입력부에 직렬 접속된 제2 XNOR 연산부를 포함할 수 있다. 제2 연산부는 1 비트 전가산기(200)의 가산출력 신호(S)가 제공되는 제1 비트 라인(BL1)을 통해 제1 연산부와 병렬 접속될 수 있다. 제2 입력부는 제4 CMOS 트랜지스터(224)를 포함하고, 제4 CMOS 트랜지스터(224)는 게이트 전극, 소스 전극 및 드레인 전극을 가지는데, 여기서 그 게이트 전극은 캐리입력 신호()의 반전 신호를 입력받기 위한 전극이고, 그 드레인 전극은 제1 비트 라인(BL1)에 접속될 수 있다. 제2 XNOR 연산부는 제5 CMOS 트랜지스터(225)와 제3 FeFET 트랜지스터(243)의 직렬접속 및 제6 CMOS 트랜지스터(226)와 제4 FeFET 트랜지스터(244)의 직렬접속의 병렬접속을 포함할 수 있다. 제5 CMOS 트랜지스터(225)는 게이트 전극, 소스 전극 및 드레인 전극을 가질 수 있다. 제3 FeFET 트랜지스터(243)는 게이트 전극, 소스 전극 및 드레인 전극을 가질 수 있다. 제5 CMOS 트랜지스터(225)의 게이트 전극은 1 비트 전가산기(200)로의 제1 입력 신호의 반전 신호를 입력받기 위한 전극일 수 있다. 제5 CMOS 트랜지스터(225)의 드레인 전극은 제4 CMOS 트랜지스터(224)의 소스 전극에 접속될 수 있다. 제5 CMOS 트랜지스터(225)의 소스 전극은 제3 FeFET 트랜지스터(243)의 드레인 전극에 접속될 수 있다. 제3 FeFET 트랜지스터(243)의 게이트 전극은 로직 0 신호를 입력받기 위한 전극일 수 있다. 제3 FeFET 트랜지스터(243)의 소스 전극은 접지선(GND)에 접속될 수 있다. 제3 FeFET 트랜지스터(243)는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하다. 제3 FeFET 트랜지스터(243)는 1 비트 전가산기(200)로의 제2 입력 신호에 상응하는 상태로 프로그램될 수 있다. 제2 입력 신호가 로직 0 신호인 경우 제3 FeFET 트랜지스터(243)는 제1 상태로 프로그램되고, 제2 입력 신호가 로직 1 신호인 경우 제3 FeFET 트랜지스터(243)는 제2 상태로 프로그램될 수 있다.The second operation unit carries a carry input signal ( ) may include a second input unit configured to receive an inverted signal, and a second XNOR operation unit connected in series to the second input unit. The second calculation unit may be connected in parallel with the first calculation unit through the first bit line BL1 to which the addition output signal S of the 1-bit full adder 200 is provided. The second input unit includes a fourth CMOS transistor 224, and the fourth CMOS transistor 224 has a gate electrode, a source electrode, and a drain electrode, where the gate electrode is a carry input signal ( ) is an electrode for receiving an inverted signal, and its drain electrode can be connected to the first bit line BL1. The second . The fifth CMOS transistor 225 may have a gate electrode, a source electrode, and a drain electrode. The third FeFET transistor 243 may have a gate electrode, a source electrode, and a drain electrode. The gate electrode of the fifth CMOS transistor 225 may be an electrode for receiving an inverted signal of the first input signal to the 1-bit full adder 200. The drain electrode of the fifth CMOS transistor 225 may be connected to the source electrode of the fourth CMOS transistor 224. The source electrode of the fifth CMOS transistor 225 may be connected to the drain electrode of the third FeFET transistor 243. The gate electrode of the third FeFET transistor 243 may be an electrode for receiving a logic 0 signal. The source electrode of the third FeFET transistor 243 may be connected to the ground line (GND). The third FeFET transistor 243 is programmable to be in either the first state or the second state. The third FeFET transistor 243 may be programmed to a state corresponding to the second input signal to the 1-bit full adder 200. When the second input signal is a logic 0 signal, the third FeFET transistor 243 can be programmed to the first state, and when the second input signal is a logic 1 signal, the third FeFET transistor 243 can be programmed to the second state. there is.

제6 CMOS 트랜지스터(226)는 게이트 전극, 소스 전극 및 드레인 전극을 가질 수 있다. 제4 FeFET 트랜지스터(244)는 게이트 전극, 소스 전극 및 드레인 전극을 가질 수 있다. 제6 CMOS 트랜지스터(226)의 게이트 전극은 제1 입력 신호를 입력받기 위한 전극이고, 제6 CMOS 트랜지스터(226)의 드레인 전극은 제4 CMOS 트랜지스터(224)의 소스 전극에 접속될 수 있다. 제6 CMOS 트랜지스터(226)의 소스 전극은 제4 FeFET 트랜지스터(244)의 드레인 전극에 접속될 수 있다. 제4 FeFET 트랜지스터(244)의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고, 제4 FeFET 트랜지스터(244)의 소스 전극은 접지선(GND)에 접속될 수 있다. 제4 FeFET 트랜지스터(244)는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하다. 제4 FeFET 트랜지스터(244)는 제2 입력 신호의 반전 신호에 상응하는 상태로 프로그램될 수 있다. 제2 입력 신호가 로직 0 신호인 경우 제4 FeFET 트랜지스터(244)는 제2 상태로 프로그램되고, 제2 입력 신호가 로직 1 신호인 경우 제4 FeFET 트랜지스터(244)는 제1 상태로 프로그램될 수 있다.The sixth CMOS transistor 226 may have a gate electrode, a source electrode, and a drain electrode. The fourth FeFET transistor 244 may have a gate electrode, a source electrode, and a drain electrode. The gate electrode of the sixth CMOS transistor 226 is an electrode for receiving the first input signal, and the drain electrode of the sixth CMOS transistor 226 may be connected to the source electrode of the fourth CMOS transistor 224. The source electrode of the sixth CMOS transistor 226 may be connected to the drain electrode of the fourth FeFET transistor 244. The gate electrode of the fourth FeFET transistor 244 is an electrode for receiving a logic 0 signal, and the source electrode of the fourth FeFET transistor 244 may be connected to the ground line (GND). The fourth FeFET transistor 244 is programmable to be in either the first state or the second state. The fourth FeFET transistor 244 may be programmed to a state corresponding to the inverted signal of the second input signal. When the second input signal is a logic 0 signal, the fourth FeFET transistor 244 can be programmed to the second state, and when the second input signal is a logic 1 signal, the fourth FeFET transistor 244 can be programmed to the first state. there is.

1 비트 전가산기(200)는 캐리출력 신호()를 제공하기 위한 제3 연산부 및 제4 연산부를 더 포함할 수 있다. 제3 연산부는 캐리입력 신호()를 입력받도록 구성된 제3 입력부 및 제3 입력부에 직렬 접속된 OR 연산부를 포함할 수 있다. 제3 입력부는 제7 CMOS 트랜지스터(227)를 포함하고, 제7 CMOS 트랜지스터(227)는 게이트 전극, 소스 전극 및 드레인 전극을 가지는데, 여기서 그 게이트 전극은 캐리입력 신호()를 입력받기 위한 전극이고, 그 드레인 전극은 1 비트 전가산기(200)의 캐리출력(carry-out) 신호()가 제공되는 제2 비트 라인(BL2)에 접속될 수 있다. OR 연산부는 제5 FeFET 트랜지스터(245)를 포함할 수 있다. 제5 FeFET 트랜지스터(245)는 게이트 전극, 소스 전극 및 드레인 전극을 포함할 수 있다. 제5 FeFET 트랜지스터(245)의 게이트 전극은 1 비트 전가산기(200)로의 제1 입력 신호를 입력받기 위한 전극일 수 있다. 제5 FeFET 트랜지스터(245)의 드레인 전극은 제7 CMOS 트랜지스터(227)의 소스 전극에 접속되고, 제5 FeFET 트랜지스터(245)의 소스 전극은 접지선(GND)에 접속될 수 있다. 제5 FeFET 트랜지스터(245)는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하다. 제5 FeFET 트랜지스터(245)는 1 비트 전가산기(200)로의 제2 입력 신호에 상응하는 상태로 프로그램될 수 있다. 제2 입력 신호가 로직 0 신호인 경우 제5 FeFET 트랜지스터(245)는 제1 상태로 프로그램되고, 제2 입력 신호가 로직 1 신호인 경우 제5 FeFET 트랜지스터(245)는 제2 상태로 프로그램될 수 있다.The 1-bit full adder 200 produces a carry output signal ( ) may further include a third operation unit and a fourth operation unit for providing. The third operation unit carries a carry input signal ( ) may include a third input unit configured to receive input, and an OR operator connected in series to the third input unit. The third input unit includes a seventh CMOS transistor 227, and the seventh CMOS transistor 227 has a gate electrode, a source electrode, and a drain electrode, where the gate electrode is a carry input signal ( ), and the drain electrode is the carry-out signal (carry-out signal) of the 1-bit full adder 200. ) may be connected to the second bit line BL2 provided. The OR operation unit may include a fifth FeFET transistor 245. The fifth FeFET transistor 245 may include a gate electrode, a source electrode, and a drain electrode. The gate electrode of the fifth FeFET transistor 245 may be an electrode for receiving the first input signal to the 1-bit full adder 200. The drain electrode of the fifth FeFET transistor 245 may be connected to the source electrode of the seventh CMOS transistor 227, and the source electrode of the fifth FeFET transistor 245 may be connected to the ground line (GND). The fifth FeFET transistor 245 is programmable to be in either the first state or the second state. The fifth FeFET transistor 245 may be programmed to a state corresponding to the second input signal to the 1-bit full adder 200. When the second input signal is a logic 0 signal, the fifth FeFET transistor 245 can be programmed to the first state, and when the second input signal is a logic 1 signal, the fifth FeFET transistor 245 can be programmed to the second state. there is.

제4 연산부는 캐리입력 신호()의 반전 신호를 입력받도록 구성된 제4 입력부 및 제4 입력부에 직렬 접속된 AND 연산부를 포함할 수 있다. 제4 연산부는 1 비트 전가산기(200)의 캐리출력 신호()가 제공되는 제2 비트 라인(BL2)을 통해 제3 연산부와 병렬 접속될 수 있다. 제4 입력부는 제8 CMOS 트랜지스터(228)를 포함하고, 제8 CMOS 트랜지스터(228)는 게이트 전극, 소스 전극 및 드레인 전극을 가지는데, 여기서 그 게이트 전극은 캐리입력 신호()의 반전 신호를 입력받기 위한 전극이고 그 드레인 전극은 제2 비트 라인(BL2)에 접속될 수 있다. AND 연산부는 제9 CMOS 트랜지스터(229) 및 제9 CMOS 트랜지스터(229)에 직렬 접속된 제6 FeFET 트랜지스터(246)를 포함할 수 있다. 제9 CMOS트랜지스터(229)는 게이트 전극, 소스 전극 및 드레인 전극을 포함할 수 있다. 제6 FeFET 트랜지스터(246)는 게이트 전극, 소스 전극 및 드레인 전극을 포함할 수 있다. 제9 CMOS 트랜지스터(229)의 게이트 전극은 1 비트 전가산기(200)로의 제1 입력 신호를 입력받기 위한 전극이고, 제9 CMOS 트랜지스터(229)의 드레인 전극은 제8 CMOS 트랜지스터(228)의 소스 전극에 접속될 수 있다. 제6 FeFET트랜지스터(246)의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고, 제6 FeFET 트랜지스터(246)의 드레인 전극은 제9 CMOS 트랜지스터(229)의 소스 전극에 접속되고, 제6 FeFET 트랜지스터(246)의 소스 전극은 접지선(GND)에 접속될 수 있다. 제6 FeFET 트랜지스터(246)는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하다. 제6 FeFET 트랜지스터(246)는 1 비트 전가산기(200)로의 제2 입력 신호에 상응하는 상태로 프로그램될 수 있다. 제2 입력 신호가 로직 0 신호인 경우 제6 FeFET 트랜지스터(246)는 제1 상태로 프로그램되고, 제2 입력 신호가 로직 1 신호인 경우 제6 FeFET 트랜지스터(246)는 제2 상태로 프로그램될 수 있다.The fourth operation unit carries a carry input signal ( ) may include a fourth input unit configured to receive an inverted signal, and an AND operation unit connected in series to the fourth input unit. The fourth operation unit is the carry output signal of the 1-bit full adder 200 ( ) can be connected in parallel with the third operation unit through the second bit line BL2 provided. The fourth input unit includes an eighth CMOS transistor 228, and the eighth CMOS transistor 228 has a gate electrode, a source electrode, and a drain electrode, where the gate electrode is a carry input signal ( ) is an electrode for receiving an inverted signal, and its drain electrode may be connected to the second bit line BL2. The AND operation unit may include a ninth CMOS transistor 229 and a sixth FeFET transistor 246 connected in series to the ninth CMOS transistor 229. The ninth CMOS transistor 229 may include a gate electrode, a source electrode, and a drain electrode. The sixth FeFET transistor 246 may include a gate electrode, a source electrode, and a drain electrode. The gate electrode of the 9th CMOS transistor 229 is an electrode for receiving the first input signal to the 1-bit full adder 200, and the drain electrode of the 9th CMOS transistor 229 is the source of the 8th CMOS transistor 228. It can be connected to an electrode. The gate electrode of the sixth FeFET transistor 246 is an electrode for receiving a logic 0 signal, the drain electrode of the sixth FeFET transistor 246 is connected to the source electrode of the ninth CMOS transistor 229, and the sixth FeFET transistor 246 is connected to the source electrode of the ninth CMOS transistor 229. The source electrode of 246 may be connected to the ground line (GND). The sixth FeFET transistor 246 is programmable to be in either the first state or the second state. The sixth FeFET transistor 246 can be programmed to a state corresponding to the second input signal to the 1-bit full adder 200. When the second input signal is a logic 0 signal, the sixth FeFET transistor 246 can be programmed to the first state, and when the second input signal is a logic 1 signal, the sixth FeFET transistor 246 can be programmed to the second state. there is.

이상으로 개시된 실시예들에 따른 1 비트 전가산기(200)는 강유전체 물질을 사용한 FeFET들을 채택함으로써 적은 개수의 소자들을 이용하여 구현하는 것이 가능하다. 또한 이상으로 개시된 실시예들에 따른 1 비트 가산기(200)는 적은 개수의 소자들을 이용하여 구현되므로 더 적은 전력을 소모하면서도 동일한 가산 기능을 수행할 수 있는 장점이 있다. 개시된 실시예들에 따른 1 비트 전가산기(200)에 따르면 28개의 CMOS 소자를 필요로 하는 기존의 CMOS 전가산기에 비해 소자 개수를 획기적으로 줄일 수 있어 고밀도 설계를 통해 성능 향상을 기할 수 있을 뿐만 아니라 고속 저전력으로 동작이 가능하게 된다. 또한 개시된 실시예들에 따른 1 비트 전가산기(200)는 병렬 구조로 되어 있어 가산출력 신호(S) 및 캐리출력 신호()의 개별 제어가 가능하게 된다.The 1-bit full adder 200 according to the embodiments disclosed above can be implemented using a small number of devices by adopting FeFETs using ferroelectric materials. Additionally, since the 1-bit adder 200 according to the embodiments disclosed above is implemented using a small number of elements, it has the advantage of being able to perform the same addition function while consuming less power. According to the 1-bit full adder 200 according to the disclosed embodiments, the number of elements can be dramatically reduced compared to the existing CMOS full adder that requires 28 CMOS elements, so not only can performance be improved through high-density design. Operation at high speed and low power is possible. In addition, the 1-bit full adder 200 according to the disclosed embodiments has a parallel structure, so that the addition output signal (S) and the carry output signal ( ) individual control becomes possible.

이상의 설명에 있어서 어떤 구성 요소가 다른 구성 요소에 접속되거나 결합된다는 기재의 의미는 당해 구성 요소가 그 다른 구성 요소에 직접적으로 접속되거나 결합된다는 의미뿐만 아니라 이들이 그 사이에 개재된 하나 또는 그 이상의 타 구성 요소를 통해 접속되거나 결합될 수 있다는 의미를 포함하는 것으로 이해되어야 한다. 이외에도 구성 요소들 간의 관계를 기술하기 위한 용어들(예컨대, '상에', '상부에', '위에', '간에', '사이에' 등)도 유사한 의미로 해석되어야 한다.In the above description, the meaning of a description that a component is connected or combined with another component not only means that the component is directly connected or combined with the other component, but also one or more other components interposed between them. It should be understood to include the meaning that it can be connected or combined through elements. In addition, terms used to describe relationships between components (e.g., ‘on’, ‘above’, ‘above’, ‘between’, ‘between’, etc.) should be interpreted with a similar meaning.

본원에 개시된 실시예들에 있어서, 도시된 구성 요소들의 배치는 기술이 구현되는 환경 또는 요구 사항에 따라 달라질 수 있다. 예컨대, 일부 구성 요소가 생략되거나 몇몇 구성 요소들이 통합되어 하나로 실시될 수 있다. 또한 일부 구성 요소들의 배치 순서 및 연결이 변경될 수 있다.In the embodiments disclosed herein, the arrangement of the components shown may vary depending on the environment or requirements in which the technology is implemented. For example, some components may be omitted or some components may be integrated and implemented as one. Additionally, the arrangement order and connection of some components may change.

이상과 같이 실시예들이 비록 한정된 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 이를 기초로 다양한 기술적 수정 및 변형을 적용할 수 있다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.As described above, although the embodiments have been described with limited drawings, those skilled in the art can apply various technical modifications and variations based on this. For example, the described techniques are performed in a different order than the described method, and/or components of the described system, structure, device, circuit, etc. are combined or combined in a different form than the described method, or other components are used. Alternatively, appropriate results may be achieved even if substituted or substituted by an equivalent.

그러므로, 다른 구현들, 다른 실시예들 및 특허청구범위와 균등한 것들도 후술하는 특허청구범위의 범위에 속한다.Therefore, other implementations, other embodiments, and equivalents of the claims also fall within the scope of the claims described below.

100: FeFET 트랜지스터
110: 월 영역
120: 게이트 절연막
130: 금속층
140: FE 층
150: 게이트 전극
160, 170: 도핑 영역
221, 222, 223, 224, 225, 226, 227, 228, 229: CMOS 트랜지스터
241, 242, 243, 244, 245, 246: FeFET 트랜지스터
100: FeFET transistor
110: Month area
120: Gate insulating film
130: metal layer
140: FE layer
150: gate electrode
160, 170: doping area
221, 222, 223, 224, 225, 226, 227, 228, 229: CMOS transistors
241, 242, 243, 244, 245, 246: FeFET transistor

Claims (18)

1 비트 전가산기(full adder)로서,
캐리입력(carry-in) 신호를 입력받도록 구성된 제1 입력부 및 상기 제1 입력부에 직렬 접속된 제1 XNOR(exclusive NOR) 연산부를 포함하는 제1 연산부, 및
상기 캐리입력 신호의 반전 신호(inverted signal)를 입력받도록 구성된 제2 입력부 및 상기 제2 입력부에 직렬 접속된 제2 XNOR 연산부를 포함하는 제2 연산부를 포함하고,
상기 제1 연산부 및 상기 제2 연산부는 상기 1 비트 전가산기의 가산출력 신호가 제공되는 제1 비트 라인을 통해 병렬 접속되고,
상기 제1 XNOR 연산부 및 상기 제2 XNOR 연산부의 각각은 두 개의 FeFET(Ferroelectric Field Effect Transistor) 소자를 포함하여 구성되는, 1 비트 전가산기.
As a 1-bit full adder,
A first operation unit including a first input unit configured to receive a carry-in signal and a first XNOR (exclusive NOR) operation unit connected in series to the first input unit, and
A second input unit configured to receive an inverted signal of the carry input signal, and a second operation unit including a second XNOR operation unit connected in series to the second input unit,
The first operation unit and the second operation unit are connected in parallel through a first bit line through which an addition output signal of the 1-bit full adder is provided,
A 1-bit full adder, wherein each of the first XNOR operation unit and the second XNOR operation unit includes two FeFET (Ferroelectric Field Effect Transistor) elements.
제1항에 있어서,
상기 캐리입력 신호를 입력받도록 구성된 제3 입력부 및 상기 제3 입력부에 직렬 접속된 OR 연산부를 포함하는 제3 연산부, 및
상기 캐리입력 신호의 반전 신호를 입력받도록 구성된 제4 입력부 및 상기 제4 입력부에 직렬 접속된 AND 연산부를 포함하는 제4 연산부를 더 포함하고,
상기 제3 연산부 및 상기 제4 연산부는 상기 1 비트 전가산기의 캐리출력(carry-out) 신호가 제공되는 제2 비트 라인을 통해 병렬 접속되고,
상기 OR 연산부 및 상기 AND 연산부의 각각은 하나의 FeFET 소자를 포함하여 구성되는, 1 비트 전가산기.
According to paragraph 1,
A third operation unit including a third input unit configured to receive the carry input signal and an OR operation unit connected in series to the third input unit, and
It further includes a fourth input unit configured to receive an inverted signal of the carry input signal, and a fourth operation unit including an AND operation unit connected in series to the fourth input unit,
The third operation unit and the fourth operation unit are connected in parallel through a second bit line through which a carry-out signal of the 1-bit full adder is provided,
A 1-bit full adder, wherein each of the OR operation unit and the AND operation unit includes one FeFET element.
제1항에 있어서,
상기 제1 입력부는 제1 CMOS(Complementary Metal Oxide Semiconductor) 트랜지스터를 포함하고, 상기 제1 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 게이트 전극은 상기 캐리입력 신호를 입력받기 위한 전극이고, 상기 드레인 전극은 상기 제1 비트 라인에 접속되는, 1 비트 전가산기.
According to paragraph 1,
The first input unit includes a first CMOS (Complementary Metal Oxide Semiconductor) transistor, the first CMOS transistor has a gate electrode, a source electrode, and a drain electrode, and the gate electrode is an electrode for receiving the carry input signal. , the drain electrode is connected to the first bit line, a 1-bit full adder.
제3항에 있어서,
상기 제1 XNOR 연산부는 제2 CMOS 트랜지스터와 제1 FeFET 트랜지스터의 직렬접속 및 제3 CMOS 트랜지스터와 제2 FeFET 트랜지스터의 직렬접속의 병렬접속을 포함하고,
상기 제2 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고,
상기 제1 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고,
상기 제2 CMOS 트랜지스터의 게이트 전극은 상기 1 비트 전가산기로의 제1 입력 신호를 입력받기 위한 전극이고,
상기 제2 CMOS 트랜지스터의 드레인 전극은 상기 제1 CMOS 트랜지스터의 소스 전극에 접속되고,
상기 제2 CMOS 트랜지스터의 소스 전극은 상기 제1 FeFET 트랜지스터의 드레인 전극에 접속되고,
상기 제1 FeFET 트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고,
상기 제1 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고,
상기 제1 FeFET 트랜지스터는 상기 1 비트 전가산기로의 제2 입력 신호에 상응하는 상태로 프로그램되는 트랜지스터인, 1 비트 전가산기.
According to paragraph 3,
The first
The second CMOS transistor has a gate electrode, a source electrode, and a drain electrode,
The first FeFET transistor has a gate electrode, a source electrode, and a drain electrode,
The gate electrode of the second CMOS transistor is an electrode for receiving the first input signal to the 1-bit full adder,
The drain electrode of the second CMOS transistor is connected to the source electrode of the first CMOS transistor,
The source electrode of the second CMOS transistor is connected to the drain electrode of the first FeFET transistor,
The gate electrode of the first FeFET transistor is an electrode for receiving a logic 0 signal,
The source electrode of the first FeFET transistor is connected to a ground line,
A 1-bit full adder, wherein the first FeFET transistor is a transistor programmed to a state corresponding to a second input signal to the 1-bit full adder.
제4항에 있어서,
상기 제3 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고,
상기 제2 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고,
상기 제3 CMOS 트랜지스터의 게이트 전극은 상기 제1 입력 신호의 반전 신호를 입력받기 위한 전극이고,
상기 제3 CMOS 트랜지스터의 드레인 전극은 상기 제1 CMOS 트랜지스터의 소스 전극에 접속되고,
상기 제3 CMOS 트랜지스터의 소스 전극은 상기 제2 FeFET 트랜지스터의 드레인 전극에 접속되고,
상기 제2 FeFET 트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고,
상기 제2 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고,
상기 제2 FeFET 트랜지스터는 상기 제2 입력 신호의 반전 신호에 상응하는 상태로 프로그램되는 트랜지스터인, 1 비트 전가산기.
According to paragraph 4,
The third CMOS transistor has a gate electrode, a source electrode, and a drain electrode,
The second FeFET transistor has a gate electrode, a source electrode, and a drain electrode,
The gate electrode of the third CMOS transistor is an electrode for receiving an inverted signal of the first input signal,
The drain electrode of the third CMOS transistor is connected to the source electrode of the first CMOS transistor,
The source electrode of the third CMOS transistor is connected to the drain electrode of the second FeFET transistor,
The gate electrode of the second FeFET transistor is an electrode for receiving a logic 0 signal,
The source electrode of the second FeFET transistor is connected to a ground line,
A 1-bit full adder, wherein the second FeFET transistor is a transistor programmed to a state corresponding to an inverted signal of the second input signal.
제1항에 있어서,
상기 제2 입력부는 제4 CMOS 트랜지스터를 포함하고, 상기 제4 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 게이트 전극은 상기 캐리입력 신호의 반전 신호를 입력받기 위한 전극이고, 상기 드레인 전극은 상기 제1 비트 라인에 접속되는, 1 비트 전가산기.
According to paragraph 1,
The second input unit includes a fourth CMOS transistor, and the fourth CMOS transistor has a gate electrode, a source electrode, and a drain electrode, the gate electrode is an electrode for receiving an inversion signal of the carry input signal, and the drain electrode is an electrode for receiving an inversion signal of the carry input signal. A 1-bit full adder, wherein the electrode is connected to the first bit line.
제6항에 있어서,
상기 제2 XNOR 연산부는 제5 CMOS 트랜지스터와 제3 FeFET 트랜지스터의 직렬접속 및 제6 CMOS 트랜지스터와 제4 FeFET 트랜지스터의 직렬접속의 병렬접속을 포함하고,
상기 제5 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고,
상기 제3 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고,
상기 제5 CMOS 트랜지스터의 게이트 전극은 상기 1 비트 전가산기로의 제1 입력 신호의 반전 신호를 입력받기 위한 전극이고,
상기 제5 CMOS 트랜지스터의 드레인 전극은 상기 제4 CMOS 트랜지스터의 소스 전극에 접속되고,
상기 제5 CMOS 트랜지스터의 소스 전극은 상기 제3 FeFET 트랜지스터의 드레인 전극에 접속되고,
상기 제3 FeFET 트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고,
상기 제3 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고,
상기 제3 FeFET 트랜지스터는 상기 1 비트 전가산기로의 제2 입력 신호에 상응하는 상태로 프로그램되는 트랜지스터인, 1 비트 전가산기.
According to clause 6,
The second
The fifth CMOS transistor has a gate electrode, a source electrode, and a drain electrode,
The third FeFET transistor has a gate electrode, a source electrode, and a drain electrode,
The gate electrode of the fifth CMOS transistor is an electrode for receiving an inverted signal of the first input signal to the 1-bit full adder,
The drain electrode of the fifth CMOS transistor is connected to the source electrode of the fourth CMOS transistor,
The source electrode of the fifth CMOS transistor is connected to the drain electrode of the third FeFET transistor,
The gate electrode of the third FeFET transistor is an electrode for receiving a logic 0 signal,
The source electrode of the third FeFET transistor is connected to a ground line,
A 1-bit full adder, wherein the third FeFET transistor is a transistor programmed to a state corresponding to a second input signal to the 1-bit full adder.
제7항에 있어서,
상기 제6 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고,
상기 제4 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고,
상기 제6 CMOS 트랜지스터의 게이트 전극은 상기 제1 입력 신호를 입력받기 위한 전극이고,
상기 제6 CMOS 트랜지스터의 드레인 전극은 상기 제4 CMOS 트랜지스터의 소스 전극에 접속되고,
상기 제6 CMOS 트랜지스터의 소스 전극은 상기 제4 FeFET 트랜지스터의 드레인 전극에 접속되고,
상기 제4 FeFET 트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고,
상기 제4 FeFET 트랜지스터의 소스 전극은 상기 접지선에 접속되고,
상기 제4 FeFET 트랜지스터는 상기 제2 입력 신호의 반전 신호에 상응하는 상태로 프로그램되는 트랜지스터인, 1 비트 전가산기.
In clause 7,
The sixth CMOS transistor has a gate electrode, a source electrode, and a drain electrode,
The fourth FeFET transistor has a gate electrode, a source electrode, and a drain electrode,
The gate electrode of the sixth CMOS transistor is an electrode for receiving the first input signal,
The drain electrode of the sixth CMOS transistor is connected to the source electrode of the fourth CMOS transistor,
The source electrode of the sixth CMOS transistor is connected to the drain electrode of the fourth FeFET transistor,
The gate electrode of the fourth FeFET transistor is an electrode for receiving a logic 0 signal,
The source electrode of the fourth FeFET transistor is connected to the ground line,
The fourth FeFET transistor is a 1-bit full adder, wherein the fourth FeFET transistor is a transistor programmed to a state corresponding to an inverted signal of the second input signal.
제2항에 있어서,
상기 제3 입력부는 제7 CMOS 트랜지스터를 포함하고, 상기 제7 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 게이트 전극은 상기 캐리입력 신호를 입력받기 위한 전극이고, 상기 드레인 전극은 상기 제2 비트 라인에 접속되는, 1 비트 전가산기.
According to paragraph 2,
The third input unit includes a seventh CMOS transistor, the seventh CMOS transistor has a gate electrode, a source electrode, and a drain electrode, the gate electrode is an electrode for receiving the carry input signal, and the drain electrode is an electrode for receiving the carry input signal. A 1-bit full adder, connected to the second bit line.
제9항에 있어서,
상기 OR 연산부는 제5 FeFET 트랜지스터를 포함하고,
상기 제5 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 포함하고,
상기 제5 FeFET 트랜지스터의 게이트 전극은 상기 1 비트 전가산기로의 제1 입력 신호를 입력받기 위한 전극이고,
상기 제5 FeFET 트랜지스터의 드레인 전극은 상기 제7 CMOS 트랜지스터의 소스 전극에 접속되고,
상기 제5 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고,
상기 제5 FeFET 트랜지스터는 상기 1 비트 전가산기로의 제2 입력 신호에 상응하는 상태로 프로그램되는 트랜지스터인, 1 비트 전가산기.
According to clause 9,
The OR operation unit includes a fifth FeFET transistor,
The fifth FeFET transistor includes a gate electrode, a source electrode, and a drain electrode,
The gate electrode of the fifth FeFET transistor is an electrode for receiving the first input signal to the 1-bit full adder,
The drain electrode of the fifth FeFET transistor is connected to the source electrode of the seventh CMOS transistor,
The source electrode of the fifth FeFET transistor is connected to a ground line,
A 1-bit full adder, wherein the fifth FeFET transistor is a transistor programmed to a state corresponding to a second input signal to the 1-bit full adder.
제2항에 있어서,
상기 제4 입력부는 제8 CMOS 트랜지스터를 포함하고, 상기 제8 CMOS 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 가지고, 상기 게이트 전극은 상기 캐리입력 신호의 반전 신호를 입력받기 위한 전극이고, 상기 드레인 전극은 상기 제2 비트 라인에 접속되는, 1 비트 전가산기.
According to paragraph 2,
The fourth input unit includes an eighth CMOS transistor, the eighth CMOS transistor has a gate electrode, a source electrode, and a drain electrode, the gate electrode is an electrode for receiving an inversion signal of the carry input signal, and the drain electrode is an electrode for receiving an inversion signal of the carry input signal. A 1-bit full adder, wherein the electrode is connected to the second bit line.
제11항에 있어서,
상기 AND 연산부는 제9 CMOS 트랜지스터 및 상기 제9 CMOS 트랜지스터에 직렬 접속된 제6 FeFET 트랜지스터를 포함하고,
상기 제9 CMOS트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 포함하고,
상기 제6 FeFET 트랜지스터는 게이트 전극, 소스 전극 및 드레인 전극을 포함하고,
상기 제9 CMOS 트랜지스터의 게이트 전극은 상기 1 비트 전가산기로의 제1 입력 신호를 입력받기 위한 전극이고,
상기 제9 CMOS 트랜지스터의 드레인 전극은 상기 제8 CMOS 트랜지스터의 소스 전극에 접속되고,
상기 제6 FeFET트랜지스터의 게이트 전극은 로직 0 신호를 입력받기 위한 전극이고,
상기 제6 FeFET 트랜지스터의 드레인 전극은 상기 제9 CMOS 트랜지스터의 소스 전극에 접속되고,
상기 제6 FeFET 트랜지스터의 소스 전극은 접지선에 접속되고,
상기 제6 FeFET 트랜지스터는 상기 1 비트 전가산기로의 제2 입력 신호에 상응하는 상태로 프로그램되는 트랜지스터인, 1 비트 전가산기.
According to clause 11,
The AND operation unit includes a ninth CMOS transistor and a sixth FeFET transistor connected in series to the ninth CMOS transistor,
The ninth CMOS transistor includes a gate electrode, a source electrode, and a drain electrode,
The sixth FeFET transistor includes a gate electrode, a source electrode, and a drain electrode,
The gate electrode of the ninth CMOS transistor is an electrode for receiving the first input signal to the 1-bit full adder,
The drain electrode of the ninth CMOS transistor is connected to the source electrode of the eighth CMOS transistor,
The gate electrode of the sixth FeFET transistor is an electrode for receiving a logic 0 signal,
The drain electrode of the sixth FeFET transistor is connected to the source electrode of the ninth CMOS transistor,
The source electrode of the sixth FeFET transistor is connected to a ground line,
A 1-bit full adder, wherein the sixth FeFET transistor is a transistor programmed to a state corresponding to a second input signal to the 1-bit full adder.
제4항에 있어서,
상기 제1 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고,
상기 제2 입력 신호가 로직 0 신호인 경우 상기 제1 FeFET 트랜지스터는 제1 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제1 FeFET 트랜지스터는 제2 상태로 프로그램되는, 1 비트 전가산기.
According to paragraph 4,
The first FeFET transistor is programmable to be in either a first state or a second state,
When the second input signal is a logic 0 signal, the first FeFET transistor is programmed to a first state, and when the second input signal is a logic 1 signal, the first FeFET transistor is programmed to a second state, 1 bit Full adder.
제5항에 있어서,
상기 제2 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고,
상기 제2 입력 신호가 로직 0 신호인 경우 상기 제2 FeFET 트랜지스터는 제2 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제2 FeFET 트랜지스터는 제1 상태로 프로그램되는, 1 비트 전가산기.
According to clause 5,
The second FeFET transistor is programmable to be in either a first state or a second state,
When the second input signal is a logic 0 signal, the second FeFET transistor is programmed to a second state, and when the second input signal is a logic 1 signal, the second FeFET transistor is programmed to a first state, 1 bit Full adder.
제7항에 있어서,
상기 제3 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고,
상기 제2 입력 신호가 로직 0 신호인 경우 상기 제3 FeFET 트랜지스터는 제1 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제3 FeFET 트랜지스터는 제2 상태로 프로그램되는, 1 비트 전가산기.
In clause 7,
The third FeFET transistor is programmable to be in either a first state or a second state,
When the second input signal is a logic 0 signal, the third FeFET transistor is programmed to a first state, and when the second input signal is a logic 1 signal, the third FeFET transistor is programmed to a second state, 1 bit Full adder.
제8항에 있어서,
상기 제4 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고,
상기 제2 입력 신호가 로직 0 신호인 경우 상기 제4 FeFET 트랜지스터는 제2 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제4 FeFET 트랜지스터는 제1 상태로 프로그램되는, 1 비트 전가산기.
According to clause 8,
The fourth FeFET transistor is programmable to be in either a first state or a second state,
When the second input signal is a logic 0 signal, the fourth FeFET transistor is programmed to the second state, and when the second input signal is a logic 1 signal, the fourth FeFET transistor is programmed to the first state, 1 bit Full adder.
제10항에 있어서,
상기 제5 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고,
상기 제2 입력 신호가 로직 0 신호인 경우 상기 제5 FeFET 트랜지스터는 제1 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제5 FeFET 트랜지스터는 제2 상태로 프로그램되는, 1 비트 전가산기.
According to clause 10,
The fifth FeFET transistor is programmable to be in either a first state or a second state,
When the second input signal is a logic 0 signal, the fifth FeFET transistor is programmed to a first state, and when the second input signal is a logic 1 signal, the fifth FeFET transistor is programmed to a second state, 1 bit Full adder.
제12항에 있어서,
상기 제6 FeFET 트랜지스터는 제1 상태 및 제2 상태 중 어느 한 상태에 있도록 프로그램가능하고,
상기 제2 입력 신호가 로직 0 신호인 경우 상기 제6 FeFET 트랜지스터는 제1 상태로 프로그램되고, 상기 제2 입력 신호가 로직 1 신호인 경우 상기 제6 FeFET 트랜지스터는 제2 상태로 프로그램되는, 1 비트 전가산기.
According to clause 12,
The sixth FeFET transistor is programmable to be in either a first state or a second state,
When the second input signal is a logic 0 signal, the sixth FeFET transistor is programmed to a first state, and when the second input signal is a logic 1 signal, the sixth FeFET transistor is programmed to a second state, 1 bit Full adder.
KR1020220011655A 2022-01-26 2022-01-26 one-bit full adder KR102656764B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020220011655A KR102656764B1 (en) 2022-01-26 2022-01-26 one-bit full adder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020220011655A KR102656764B1 (en) 2022-01-26 2022-01-26 one-bit full adder

Publications (2)

Publication Number Publication Date
KR20230115095A KR20230115095A (en) 2023-08-02
KR102656764B1 true KR102656764B1 (en) 2024-04-12

Family

ID=87566669

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020220011655A KR102656764B1 (en) 2022-01-26 2022-01-26 one-bit full adder

Country Status (1)

Country Link
KR (1) KR102656764B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100975086B1 (en) 2009-04-28 2010-08-11 한국과학기술원 One bit full adder which comsumes minimal power and minimal area
KR102196891B1 (en) 2020-01-31 2020-12-30 연세대학교 산학협력단 Ferroelectric FET-based Full Adder
US20210226636A1 (en) 2019-12-27 2021-07-22 Kepler Computing, Inc. Low power ferroelectric based majority logic gate adder

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100975086B1 (en) 2009-04-28 2010-08-11 한국과학기술원 One bit full adder which comsumes minimal power and minimal area
US20210226636A1 (en) 2019-12-27 2021-07-22 Kepler Computing, Inc. Low power ferroelectric based majority logic gate adder
KR102196891B1 (en) 2020-01-31 2020-12-30 연세대학교 산학협력단 Ferroelectric FET-based Full Adder

Also Published As

Publication number Publication date
KR20230115095A (en) 2023-08-02

Similar Documents

Publication Publication Date Title
US9761712B1 (en) Vertical transistors with merged active area regions
US7310008B1 (en) Configurable delay chain with stacked inverter delay elements
Adelnia et al. A novel adder circuit design in quantum-dot cellular automata technology
CN109542839B (en) Dynamic controllable device unit integrating nonvolatile multi-value storage and logic operation functions
US4122360A (en) Logic circuit using CMOS transistors
US20140048889A1 (en) Layout Circuit Optimization For Deep Submicron Technologies
KR102223265B1 (en) Structure and operation method of a neuron operable single transistor, and a neuromorphic system using it
KR950006352B1 (en) Rectification type transfer gate and application circuit
Puglisi et al. SIMPLY: Design of a RRAM-based smart logic-in-memory architecture using RRAM compact model
US6429492B1 (en) Low-power CMOS device and logic gates/circuits therewith
US3678293A (en) Self-biasing inverter
Baek et al. Universal logic-in-memory cell enabling all basic Boolean algebra logic
US7230486B2 (en) Low voltage CMOS differential amplifier
KR102656764B1 (en) one-bit full adder
US20230030944A1 (en) Logic circuit design method
JPH02500790A (en) Short key diode logic circuit for E-mode FET/D-mode FET VLSI circuit
US6369606B1 (en) Mixed threshold voltage CMOS logic device and method of manufacture therefor
KR102499699B1 (en) Reconfigurable logic-in-memory device using silicon transistor
US7592842B2 (en) Configurable delay chain with stacked inverter delay elements
JP2009532896A (en) Single-electron flexible multi-function logic circuit and element using the same
US3569729A (en) Integrated fet structure with substrate biasing means to effect bidirectional transistor operation
Raj et al. VLSI design
JPH06275826A (en) Semiconductor device
CN113472343A (en) Construction method of logic gate
Shubin A high voltage CMOS voltage level converter for a low voltage process

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant