Question: ( 9 points ) Complete the following problems, which will test your skill in writing RTL statements and identifying implied datapath hardware: Write valid RTL

(9 points) Complete the following problems, which will test your skill in writing RTL statements and identifying implied datapath hardware:
Write valid RTL statements that realize the following transitions. All registers are 1-bit wide.
If \alpha =1 THEN copy X to W and copy Z to Y
If \alpha =1 THEN copy X to W; otherwise copy Z to Y
If \alpha =0 THEN copy X to W
Show the hardware to implement the RTL statements developed for Part 1.(Your solution should resemble the examples shown in the "Register Transfer Language" lecture notes.)
(21 points) Assume that all registers are 8 bits wide and that all operations are 8-bit operations. Show the hardware components and the needed interconnections to realize the following RTL specification of a digital subsystem. (Hint: Note the four control signals T1, T2,\alpha , and \beta . Some of these should be used as multiplexer select inputs, while others should be used as the load inputs of registers R1 and R2. Your solution should resemble the examples shown at the end of the "Register Transfer Language" lecture notes.)
T1\alpha ' : R1R2// register copy
T1\alpha : R1R1+ R2// addition
T2\beta ' : R2R1// register copy
T2\beta : R2R1+ R2// addition
 (9 points) Complete the following problems, which will test your skill

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!