Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

P 1 ( 3 0 points ) : Floating Point Register File. Consider the circuit below. This circuits iterates through a list of four floating

P1(30 points): Floating Point Register File. Consider the circuit below. This circuits iterates through a list of four floating point numbers stored in a register file and finds the sign, exponent, and mantissa portion of each number. A)(10 points) The following four floating point numbers are currently stored in the register file. For each number find the values for sign, exponent, and mantissa. (Ex: 3.0, sign =0, exponent =100000002, mantissa =100000000000000000000002.) a.23 b.-127 c.-53 d.1.6 B)(10 points) Use any number of 32-bit registers, 2-to-4 decoders, 32-bit 4-to-1 multiplexers, and any necessary gates to construct a register file that can store four floating point numbers. Use the following design for your 32-bit registers. C)(10 points) Implement a 2-bit counter to iterate through all four values stored in the register file. a. Use TFF to design the 2-bit counter b. Use DFF to implement the 2-bit counter

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions