To construct a register file containing eight 16bit register
To construct a register file containing eight 16-bit registers, two input ports and three output ports, we use w number of 16-bit registers with parallel load input, x number of y-to-1 z-bit multiplexers, and p number of q-to-r decoders with enable. Specify the values of w, x, y, z, p, q, and r.
Solution
To construct a register file containing 8 16-bit registers, 2 input port and three output ports, we use w 16-bit registers with parallel load input,x y-to-1 z-bit muxes, andp q-to-r decoder with enable. Specify the values ofw,x,y,z,p,q, andr.
ANS:
W = 8
x = 3
y = 8
z= 16
p=2
q=3
r=8
