# 数字后端基本概念介绍——Standard Cell
数字后端基本概念是**Standard cell**,中文名标准单元。这是设计中最基本的逻辑单元了,是基本门和简单逻辑电路。我们平时常用的buffer, inverter, register等都属于标准单元。
standard cell的时序信息记录在.lib文件中
```
cell (INVX12_CSC28SL) {
area : 0.86528;
cell_footprint : "inv";
threshold_voltage_group : "LVT";
pg_pin (VDD) {
pg_type : primary_power;
voltage_name : "VDD";
}
```