Using two 4bit registers with parallel load here they are re
Solution
For the block diagram with the description provided, the beahviour of the 4 bit register with clr and load inputs is clearly understood. clr and load are synchronous active-low inputs.
Case 1) When the input E turns 0 the clr signal sets zero and the the 4 bit register R2\'s content is cleared.
Case 2) Now the input E is observed to be 1. This indicates the working of 4 bit register without clearing the content. Due the presence of inverter for load, this would be set 1. The S is observed to be 0 and feeds each of the multiplexers with the same 0. Thus complementing the R2 through the output of each multiplexer.
Case 3) Now as the load is enabled and the clr is not set 0. We observe the S to be 1 thus transferring of data from R1 to R2, through the path QD (R1) to Multiplexer to R2, Each multiplexer follows the same, finally transferring the content from R1 to R2.
