Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Answer all parts please! Problem 3 A 2 - D rotation of the point ( x , y ) by radians is a very common

Answer all parts please!
Problem 3
A 2-D rotation of the point (x,y) by radians is a very common operation in computer graphics and results in the point (x,bar(y)), where x=x*cos-y*sin and
?bar(y)=x*sin+y*cos. Glossing over the exact number representation and bit manipulation, a circuit that computes this rotation can be represented as shown below.
Figure 3: Circuit for Problem 3 that computes a rotation of a 2-D Cartesian coordinate.
For simplicity, assume that tsu=th=twire=tclk=0 and that tco=10ns for all registers. The logic delays are as follows:
-tcos=100ns,tsin=90ns
tmult=60ns
tadd=25ns,tsub=30ns
a. Construct a Data Flow Graph (DFG) for the circuit. Label your three starting inputs x,y, and for each of the respective registers, and your outputs x and ?bar(y).
b. Draw two cut sets on your DFG, one that makes a 2-stage pipelined and one that makes a 3-stage pipelined version of the circuit. Your pipelined circuits should
have the minimum possible clock periods. You should use two copies of your DFG or make sure that the different cut sets are clearly distinguishable on a single
DFG.
c. Assuming we use the minimum clock periods, compute the latency for both your 2-stage and 3-stage pipelined versions of the circuit.
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

Making Databases Work The Pragmatic Wisdom Of Michael Stonebraker

Authors: Michael L. Brodie

1st Edition

1947487167, 978-1947487161

More Books

Students also viewed these Databases questions

Question

c. What were you expected to do when you grew up?

Answered: 1 week ago

Question

4. Describe how cultural values influence communication.

Answered: 1 week ago

Question

3. Identify and describe nine cultural value orientations.

Answered: 1 week ago