# 由cmos到基本逻辑门

发布时间:2024年01月15日

由cmos到基本逻辑门

cmos

image-20240115131349363

如图所示, g = 0 g=0 g=0时,p管连通,n管断开;否则相反。

Not gate

image-20240115132011783

p p p管在上, n n n管在下;当 A = 1 A=1 A=1 p p p断开, n n n接通, Y Y Y输出GND,即为0。否则 Y Y Y输出 V D D V_{DD} VDD?,即为1。

NAND gate

image-20240115132916001

p p p管并联, n n n管串联;根据与非的逻辑, A , B A,B A,B只要有任何一个为0,就会输出1;只有全1,才会输出0。

NOR gate

image-20240115133353570

p p p管串联, n n n管并联;根据或非的逻辑, A , B A,B A,B只要有任何一个为1,就会输出0;只有全0,才会输出1。

参考资料

[1] Digital Design and Computer Architecture RISC-V Edition by Sarah Harris, David Harris

文章来源:https://blog.csdn.net/weixin_45925418/article/details/135599229
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。