0
1.4kviews
Draw the data unit for the following RTL description.
1 Answer
| written 3.6 years ago by |
Module : Data Moves
Memory : A[2] ; B[2] ; C[2]
Inputs : X[2]
Outputs : Z[2]
A← X [Load the data on i/p line x into register A]
C ←A [The data in A is complemented and loaded in c]
B ←C [0], C[1] [ Load B with shifted …