Unformatted text preview:

CS 231 Fall 2005 Review SessionToday’s topics1. There is a combinatorial circuit, a flip-flop and a latch with control. Which is which?PowerPoint Presentation2. Given the following circuit and initial input values… Gate delay = 1 nsSlide 6Slide 7Slide 8Slide 9Slide 10Slide 11Slide 12Slide 13Slide 14Slide 15Slide 16Slide 17Slide 18Slide 19Slide 20Slide 21Slide 22Slide 232. Sequential Circuit DesignSlide 25Slide 26Slide 27Slide 28Slide 29Slide 30Slide 31Slide 32Slide 33CS 231Fall 2005Review SessionFriday, Oct 21by Celal ZiftciToday’s topicsHow to distinguish between different kinds of circuits? (Combinatorial, Latch, Flip-flop)How to find the timing diagram of a given circuit (with gate delays)?How to design a sequential circuit, for a given problem definition?1. There is a combinatorial circuit, a flip-flop and a latch with control. Which is which?2. Given the following circuit and initial input values…Gate delay = 1 ns2. Sequential Circuit DesignProblem definition: Implement a circuit which outputs 1 only if the # 1’s in the input string is a multiple of 4.Ex:Input 0 1 0 0 1 1 1 0 0 1 Output  1 0 0 0 0 0 1 1 1 0Observation:We can rewrite the problem as follows:Output 1 when: (X % 4) = 0(X is the number of 1’s so far).So we don’t need to remember the whole string. We only need to remember (X % 4).We have 4 possibilities: 0, 1, 2, 3Using the state diagram, we can construct our state table…After this point, we can draw K-maps for J1, K1, J0, K0 and output, and we are done!All for today.If you have any questions, come to any TA office


View Full Document

U of I CS 231 - Review Session

Documents in this Course
Counters

Counters

23 pages

Latches

Latches

22 pages

Lecture

Lecture

33 pages

Lecture

Lecture

16 pages

Lecture

Lecture

4 pages

Datapaths

Datapaths

30 pages

Lecture

Lecture

6 pages

Registers

Registers

17 pages

Datapaths

Datapaths

28 pages

Decoders

Decoders

20 pages

Load more
Download Review Session
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Review Session and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Review Session 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?