Q3. Design an arithmetic circuit with one variable S and Two n-bit data input A&B the circuit generates the following Fo
Posted: Tue May 24, 2022 8:59 am
Q3. Design an arithmetic circuit with one variable S and Two n-bit data input A&B the circuit generates the following Four arithmetic operations in conjunction with the input carry Cin. Draw the logic diagram for the first two stages logic. S Cin=0 D=A+B(ADD) 0 Cin=1 D=A+B(increment) D=A+B+1(Subtract) 1 D-A-B(decrement)