Question: Design a digital system that has the following:
1. Bus system that reads 2 registers at the same time, where the total number of registers is six registers(A,B,C,D,E, and F), and the size of each register is 5 bits.
2. A combinational circuit that :
a. Takes the output from the bus system.
b. Performs one of the following Micro-operation according to selection lines illustrated in the following table:
S1 S0 Micro-Operation
0 0 Rx← Ry + Rz
0 1 Rx← Ry - Rz
1 0 Rx← Ry ^ Rz
1 1 Rx← Ry ⊕ Rz
Where Rx, Ry, and Rz any register from the six registers.
Answers
Answered by
0
Answer:
Explanation:
I dont know
Similar questions