Sequential circuits

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

problems with dlatches

level sensitive

synchronization can be difficult

unpredictable: ability to travel thru multiple latches

2
New cards

what are flip-flops

edge triggered

built using latches

3
New cards

D flip flop

master-slave

4
New cards
<p></p>

rising edge flip flops

5
New cards
term image

falling edge flipflops

6
New cards
term image

SR Latch

S = 1 sets Q to 1

R = 1 resets Q to 0

7
New cards

problems with SR Latches

SR = 11 makes Q undefined

8
New cards
term image

level sensitive SR latch

S and R have effect when C =1

an external circuit can prevent SR=11 when C =1

9
New cards
term image

D Latch

SR can’t be 11

10
New cards

Problem with D Latch

C =1 for too long can make new values through too many latches, too short may not result in the bit being stored

11
New cards
term image

D flip flop

only loads D value present at the rising clock edge so values can’t propagate to other flip flops during same clock cycle

12
New cards

what is is called when multiple flip flops are driven by the same clock cycle

a register

<p>a register </p>
13
New cards
term image

shift register

14
New cards
term image

johnson counter