Experiment- 4 3 bits carry look ahead adder
0 Stars     2 Views    

Author: AakarshanGupta2200290130002

Project access type: Public

Description:

Implement 3-bit carry look-ahead adder.

sample input
A2A1A0= 110
B2B1B0= 101
expected output
S2S1S0 = 011, C3= 1

Created: Oct 06, 2023

Updated: Oct 06, 2023


Comments

You must login before you can post a comment.