반응형
요즘 같은 시대에는 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
NOR
NAND
AOI22
AOI는 AND-OR-Invert logic를 말하고 뒤에 붙어 있는 22의 의미는 AO의 input이 2개라는 것이다.
AOI21
AOI는 AND-OR-Invert logic이면서 2-1 AND-OR-invert
그 밖에 기타 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 |
반응형
'VLSI > VLSI기초' 카테고리의 다른 글
SPEF(Standard Parasitic Exchange Format) 기초 (0) | 2022.02.24 |
---|---|
lsf(Load Sharing Facility) (0) | 2020.08.11 |
[VLSI기초 - CMOS logic] 3. Modeling of CMOS Cells (0) | 2020.05.25 |
[VLSI기초 - CMOS logic] 1. CMOS logic basic (0) | 2020.05.25 |
[VLSI기초 - CMOS logic] 0. MOSFET(NMOS, PMOS) (0) | 2020.05.25 |
댓글