Purchase Solution

Algorithm Implementation of Edge Triggered

Not what you're looking for?

Ask Custom Question

(See attached file for full problem description)

1. S-R Latch
Given the following NAND implementation of an S-R latch,

Write its truth table.
Qt St Rt Qt+1
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1

2. Gate S-R latch.
Given the following implementation of a gated (clocked) S-R latch and its truth table.

S R C Q Q'
0 0 1 lastQ lastQ'
0 1 1 0 1
1 0 1 1 0
1 1 1 1 1
x x 0 lastQ lastQ'

Draw the Q output in the timing diagram:

** assume NO time delay for transitions

3. Gated D Latch.
Given the following implementation of a gated D latch and its truth table.

CD Q Q'
10 0 1
11 1 0
0 x lastQ lastQ'

Draw the Q output in the timing diagram:

** assume NO time delay for transitions

4. Edge triggered D Flip Flop
Given the following implementation of an edge triggered D flip flop and its truth table.

D Q
0 0
1 1

Draw the Q output in the timing diagram:

** assume NO time delay for transitions

Attachments
Purchase this Solution

Solution Summary

The implementation of an edge triggered D flip flop and its truth tables are determined. The output in the timing diagrams are discussed.

Purchase this Solution


Free BrainMass Quizzes
Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.

Probability Quiz

Some questions on probability

Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Exponential Expressions

In this quiz, you will have a chance to practice basic terminology of exponential expressions and how to evaluate them.