Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Objective : Using Quartus design and test an 8-bit Right shift register with serial input. Use D flip-flops (FF)in your design (Libraries: primitives Storage dff).

Objective:

Using Quartus design and test an 8-bit Right shift register with serial input. Use D flip-flops (FF)in your design (Libraries: primitives Storage dff). Ensure the output of each FF (Q) goes to an output so the functionally of the shift register can be verified. All 8 Flip-Flop need to share a common clock which is connected to an in.

Notes about the dff:

1. The CLRN (clear) is active low. When zero this causes the FF to go to zero (0). When one or high impendence (Z) the FF will function normally.

2. The PRN (set) is active low. When zero this causes the FF to go to one (1). When one or high impendence (Z) the FF will function normally.

3. This is a positive edge triggered flip-flop. Whatever value is on D will be saved in the FF on the rising edge of the clock.

Ensure your simulation input file correctly demonstrates the serial input and shift.

image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Knowledge Discovery In Databases

Authors: Gregory Piatetsky-Shapiro, William Frawley

1st Edition

0262660709, 978-0262660709

More Books

Students also viewed these Databases questions