Lecture 7 Flashcards

1
Q

Two-level logic

A

Consists of literals connected to a level of AND gates connected to a level of OR gates

May use less HW

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Contention

A

When a node is being driven to both 0 and 1 at the same time (X)

Actual voltage somewhere between 0 and Vdd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

X: uses

A

By circuit simulators to indicate an uninitialized value (if you forget to specify the value of an input)

“Don’t care” values in truth tables (value of variable unimportant)
-in circuit (node has unknown/illegal value)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Z

A

Circuit node being driven neither HIGH nor LOW

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Common ways to produce a floating node

A

Forgetting to connect a voltage to a circuit input

Falsely assuming that an unconnected input is the same as an input with the value of 0 (causes circuit to behave erratically as floating input changes from 0 to 1 randomly)

Touching the circuit may be enough to trigger the change by means of static electricity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Tristate buffer output states

A

HIGH (1), LOW (0), floating (Z)

Active high (E=1)

  • When E TRUE - transferred input value to output
  • When E FALSE - output allowed to float (Z)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Tristate buffer: active low

A

E=0

Y = Z

Bubble on input wire

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Tristate buffer uses

A

May facilitate communication between a microprocessor, video controller, and an Ethernet controller as well as memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly