Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q2) Design (draw) a circuit that receives the following control inputs and data inputs to produce the following outputs. You will need 4 flip-flops connected

image text in transcribed

Q2) Design (draw) a circuit that receives the following control inputs and data inputs to produce the following outputs. You will need 4 flip-flops connected to make a 4 bit register named W[3:0). 4 bit register inputs are WD[3:0), and its output Q pins are WQ[3:0). Input Clk is a clock signal that comes as clock pulses. R is the asynchronous reset for W. R= 1 makes WQ=0000; R=0 allows data to be clocked in to W. Input A[3:0) is a 4 bit wide data bus. Input IR[1:0] is 2 bits wide and acts as control signals. When IR bits = 00, a clock pulse directly loads A[3:0) into W[3:0] (values appear at WQ). When IR bits = 01, a clock pulse loads -WQ[3:0) into W[3:0] (values appear at WQ). When IR bits = 10, a clock pulse shifts W[3:0] right one bit position. W[3] gets 0. When IR bits = 11, a clock pulse rotates W[3:0) right one bit position. W[3:0]

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

Learning PostgreSQL

Authors: Salahaldin Juba, Achim Vannahme, Andrey Volkov

1st Edition

178398919X, 9781783989195

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago