EP1200 Sequential Logic

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

1/5

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.

6 Terms

1
New cards

What does 1 clock cycle consist of?

Tick-phase (low), tock-phase (high)

<p>Tick-phase (low), tock-phase (high)</p>
2
New cards

What’s a one-bit / multi-bit register? And how is it implemented (2 chips)

A storage unit that hold a single/multiple binary digits (0/1).

if load(t-1): out(t)=in(t-1)

else: out(t)=out(t-1)

It is implemented using a Mux and DFF.

3
New cards

Define these RAM Design parameters:

Data Width

Memory Size

Data width = bit-width of each word

Memory size = total number of words

4
New cards
<p>Just Acknowledge the *8 with each iteration (RAM “n”)</p>

Just Acknowledge the *8 with each iteration (RAM “n”)

5
New cards
  1. Order the Program Counter’s actions by priority given:

PC(in= ,load= ,inc= ,reset= ,out= );

  1. What happens if inc=load=reset=true?

  1. reset => load => inc => out

  2. out=0

6
New cards

Just acknowledge: Why sequential logic?

  • 1. store value over time

  • 2. change output value [out(t+1)] only when stable