Digital System Lec 21?

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

Starting from Blocks and Mapping FUnctions, Slide 25

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Direct Mapping Pros and Cons

Simple and Efficient, but Not Optimal

2
New cards

Associative Mapping

Place a block from main memory in cache. Each block is 16 bits.

3
New cards

Set Mapping Associative

Direct to set number, but associative to set.

Every set has 2 Blocks.

4
New cards

Why is Set associative Mapping better

It’s associative, the only thing complex about it is the search for the tag.

5
New cards

LRU Alg

Block not used for the longest period of time, or potentially the future.

6
New cards

Counter is only used in

non random LRU Alg

7
New cards

Full Adder

Add two bits of same weight with a carry in bit, and produces a sum bit and carry out bit

8
New cards

Ripple Carry Adder

A Chain of n FA Stages linked by carry bits, can add two n bit integers. It’s called ripple carry because carry must propogae (HE SWITCH SLDIES)

9
New cards