抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

Basic Combinational Logic Circuits

The features of combinational logic:

  • The output at current depends on the combination of inputs at current.
  • The circuit has neither storage nor feedback.

This section includes:

  • AND-OR Logic.
  • AND-OR-Invert Logic
  • Exclusive-OR Logic
  • Exclusive-NOR Logic

AND-OR Logic

AND-OR logic can directly implement combinational logic circuits in the sum-of-products (SOP) form.

image-20230314200429717

AND-OR-Invert Logic

AND-OR-Invert logic (AOI) is the inverse of the output of an SOP expression. \Rightarrow POS.

image-20230314200740930

Exclusive-OR Logic

The output is HIGH whenever the two inputs are different.

![image-20230314200819417](C:\Users\Steven Meng\AppData\Roaming\Typora\typora-user-images\image-20230314200819417.png)

X=AB+ABX=ABX=A\overline{B}+\overline{A}B \quad X=A \oplus B

Exclusive-NOR Logic

image-20230314200915150

The output is HIGH whenever the two inputs are the same.

image-20230304090417239

Procedures of Analyzing Combinational Logic

  1. Write down the Boolean expression.
  2. Simplification.
  3. The function is …

Implementing Combinational Logic

Implementing an SOP expression is done by first forming the AND terms; and then ORing the terms together.

Implementing a truth table can be done by first writing the SOP expression; and then implementing the expression.

image-20230314201052264

image-20230314201226170

The Universal Property of NAND and NOR Gates

Dual Symbols, Bubble Cancellation.

image-20230307142935856

image-20230314201432984

image-20230314201632392

Combinational Logic Using NAND and NOR Gates

image-20230314201845341

image-20230314202057999

逻辑门的等价性。

Pulse Waveform Operation

评论