[VLSI기초 - CMOS logic] 2. Cell - Standard Cell
본문 바로가기
VLSI/VLSI기초

[VLSI기초 - CMOS logic] 2. Cell - Standard Cell

by 공돌이삼촌 2020. 5. 25.
반응형

요즘 같은 시대에는 SOC(System On Chip)으로 여러 기능을 하는 Chip들이 모여 SOC를 이루고 있다.

또 대부분의 복잡한 기능을 하는 칩들은 기본 block으로 구성되어 있고 그 block은 또 IP라는 기본 기능을 하는 circuit으로 이루어져 있고 또 IP는 Cell로 구성되어 있다.

이러한 Cell은 Standard Cell, IO Cell, Memory로 이루어져 있는데 

Standard Cell은 간단한 logic 연산을 수행하는 and, or, nand, nor, and-or-invert, or-and-invert 와 저장 기능을 수행하는 latch. flip-flop 등이 있다.

 

- 간단한 논리 기능을 하는 cell을 살펴보자.

 

inverter

CMOS inverter

 

NOR

2 input NOR

 

NAND

2 input NAND

AOI22

AOI는 AND-OR-Invert logic를 말하고 뒤에 붙어 있는 22의 의미는 AO의 input이 2개라는 것이다.

AOI22

AOI21

AOI는 AND-OR-Invert logic이면서 2-1 AND-OR-invert

AOI21

 

그 밖에 기타 standard cell목록이다.

 

INV_X1, 2, 4, 8, 16 Inverting Buffer
AND2 AND gate with 2-inputs
AND3 AND gate with 3-inputs
AOI21 2-1 AND-OR-invert
AOI22 2-2 AND-OR-invert
MX2 2:1 multiplexer
MXI2 2:1 multiplexer with inverted output
NAND2 NAND gate with 2-inputs
NAND3 NAND gate with 3-inputs
NOR2 NOR gate with 2-inputs
NOR3 NOR gate with 3-inputs
OR2 OR gate with 2-inputs
OAI21 2-1 OR-AND-invert
OAI22 2-2 OR-AND-invert
XOR2 XOR with 2-inputs
XOR3 XOR with 3-inputs
XNOR2 XNOR with 2-inputs
DFF Positive-edge D Flip-Flop
DFFN Negative-edge D Flip-Flop
DFFH High Speed Postive-edge D Flip-Flop
DFFNH High Speed Negative-edge D Flip-Flop
DFFR Positive-edge D Flip-Flop, async reset
DFFNR Negative-edge D Flip-Flop, async reset
DFFTR Positive-edge D Flip-Flop, sync reset
DFFNTR Negative-edge D Flip-Flop, sync reset

 

반응형

댓글