Muthuraja.M
Advanced Member level 4
- Joined
- Jul 20, 2013
- Messages
- 101
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 16
- Activity points
- 634
Hi all,
I want to know the operation of the below assign statement.
assign carry = (ai+bi+di) >= 2;
This assign statement is used to compute carry operation in full adder.
How this statement gives the carry as output . pls explain me....
Thanks in advance ....
I want to know the operation of the below assign statement.
assign carry = (ai+bi+di) >= 2;
This assign statement is used to compute carry operation in full adder.
How this statement gives the carry as output . pls explain me....
Thanks in advance ....