Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

To provide proper rounding for floating-point addition, three extra bits are included in right shifts of fractions: guard, round, and sticky. The least-significant of these,

To provide proper rounding for floating-point addition, three extra bits are included in right shifts of fractions: guard, round, and sticky. The least-significant of these, the sticky bit, stays one whenever a 1 bit is shifted through it. In designing the logic for a sticky bit, let the following state transistion table define the actions for R (reset) and I (input) on a D flip-flop.

RIQ(t) | Q(t+1) -+-------- 00 0 T 0 00 1 1 1 01 0 1 1 01 1 1 1 ld d |0 Five rows are shown (using d = don't 

RIQ(t) | Q(t+1) -+-------- 00 0 T 0 00 1 1 1 01 0 1 1 01 1 1 1 ld d |0 Five rows are shown (using d = don't care in the last row). The last row expands to four rows when a complete enumeration is done. (a) Using a sum-of-products, give the input to the D flip-flop in terms of R, I, and Q(t). (b) Draw the state diagram for the sticky bit logic from the table above. There is no separate output signal.

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_2

Step: 3

blur-text-image_3

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

Computer Organization And Design The Hardware Software Interface

Authors: David A. Patterson, John L. Hennessy

4th Revised Edition

0123747503, 978-0123747501

More Books

Students also viewed these Operating System questions

Question

=+Journalize the entry to record the transaction.

Answered: 1 week ago